-
Notifications
You must be signed in to change notification settings - Fork 1
/
optioncfg.xml
27 lines (27 loc) · 1.55 KB
/
optioncfg.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<!--This file represents user settings about package information that will be packaged into vxp(MRE 2.0)-->
<packageinfo>
<advanceoption>
<adscpu>ARM7EJ-S</adscpu>
<adscompiler>-O3 -apcs /ropi/rwpi -cpu ARM7EJ-S</adscompiler>
<adstcccompiler>-O2 -g -apcs /ropi/rwpi/interwork -cpu ARM7EJ-S</adstcccompiler>
<adslinker>-info totals -rwpi -ropi</adslinker>
<rvctcpu>ARM7EJ-S</rvctcpu>
<rvctcompiler>-O2 -g --split_sections --apcs=/fpic -cpu ARM7EJ-S -D__MRE_COMPILER_RVCT__</rvctcompiler>
<rvcttcccompiler>-O2 -g --split_sections --apcs=/fpic/interwork -cpu ARM7EJ-S -D__MRE_COMPILER_RVCT__</rvcttcccompiler>
<rvctlinker>--fpic --sysv --entry rvct_entry --first rvct_entry</rvctlinker>
<gcccpu>
</gcccpu>
<gcccompiler>-O3 -static -c -fpic -mcpu=arm7tdmi-s -fvisibility=hidden -mthumb -mlittle-endian -O2 -D__MRE_COMPILER_GCC__ -fno-exceptions -fno-non-call-exceptions</gcccompiler>
<gcctcccompiler>-static -c -g -fpic -mcpu=arm7tdmi-s -fvisibility=hidden -mthumb -mlittle-endian -O2 -D__MRE_COMPILER_GCC__ -fno-exceptions -fno-non-call-exceptions</gcctcccompiler>
<gcclinker>-O3 -static -fpic -msvr4-struct-return -pie </gcclinker>
<select>2</select>
<OutputPath>ARM</OutputPath>
<thumbenbale>TRUE</thumbenbale>
<option>
<includepath>D:\Data\MRE SDK V3.0.00\include</includepath>
<includepath>D:\Data\MRE SDK V3.0.00\include\service</includepath>
<librarypath>D:\Data\MRE SDK V3.0.00\lib\MRE30</librarypath>
</option>
</advanceoption>
</packageinfo>