Open main menu

CDOT Wiki β

Changes

Dhrystone howto

467 bytes added, 18:16, 16 December 2010
Installation
<pre>OPTIMIZE= -Ox -G2 # Optimization Level (MSC, 80286)</pre>
</blockquote>
 
 
<font style="font-size:110%"><b>Compiler Optimization Options</b></font>
 
<font style="font-size:90%">Please see more about [http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html GCC ARM-Options]</font>
 
The options used for lines #39~40 are for optimizing the dhrystone install to run specifically with '''armv7''' architecture. Optimizations provide a performance boost for the program. Removing the optimizations would result in a ''nominal'' program performance.
 
<font style="font-size:110%"><b>4. Run "make"</b></font>
2
edits