Building: Difference between revisions
Jump to navigation
Jump to search
(How to build a DBP on your pyra) |
No edit summary |
||
Line 2: | Line 2: | ||
== Compiler option == | == Compiler option == | ||
<nowiki>export CXXFLAGS="-mcpu=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -marm -mthumb-interwork -ffast-math -ftree-vectorize" CFLAGS=$CXXFLAGS</nowiki> | <nowiki>export CXXFLAGS="-mcpu=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -marm -mthumb-interwork -ffast-math -ftree-vectorize" CFLAGS=$CXXFLAGS</nowiki> | ||
== Making a dbp == | |||
Install the dbp utils script[https://github.com/wally4000/scripts/blob/master/dbputils] somewhere | |||
... |
Revision as of 08:20, 1 November 2017
Compiler option
export CXXFLAGS="-mcpu=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -marm -mthumb-interwork -ffast-math -ftree-vectorize" CFLAGS=$CXXFLAGS
Making a dbp
Install the dbp utils script[1] somewhere ...