Building: Difference between revisions

From Pyra Wiki
Jump to navigation Jump to search
(How to build a DBP on your pyra)
 
 
(One intermediate revision by one other user not shown)
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 ==
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 ...