Building: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== 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="-march=armv7ve -mcpu=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -marm -mthumb-interwork -ffast-math -ftree-vectorize" CFLAGS=$CXXFLAGS</nowiki> | ||
== Making a dbp == | == Making a dbp == | ||
Install the dbp utils script[https://github.com/wally4000/scripts/blob/master/dbputils] somewhere | Install the dbp utils script[https://github.com/wally4000/scripts/blob/master/dbputils] somewhere | ||
... | ... |
Latest revision as of 06:16, 2 June 2023
Compiler option
export CXXFLAGS="-march=armv7ve -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 ...