Changes

Jump to: navigation, search

Dhrystone howto

767 bytes added, 02:50, 15 December 2010
Installation
<font style="font-size:110%"><b>3. Edit the Makefile</b></font>
Move Open Makefile with any text editor; UNCOMMENT(if commented) then EDIT the following fields: Line #25 Fedora uses -DTIME for TIME function, this field is commented out by default<pre>TIME_FUNC= -DTIME # Use times(2) for measurement</pre>Line #28Check motherboard specifications to determine the memory clock speed ( beagleboardXM runs at 166MHz DDR speed )<pre>HZ= 166 # Frequency of times(2) clock ticks</pre>Line #39This option is for C compiler<pre>OPTIMIZE= -O2 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fomit-frame-pointer</pre>Line #41This option is for GCC compiler<pre>GCCOPTIM= -O2 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fomit-frame-pointer</pre>
== Project Leader(s) ==
2
edits

Navigation menu