You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
compilers=&gcc86:avrg453:&gccarm:msp430g453 |
|
defaultCompiler=g447 |
|
############################### |
|
# GCC for x86 |
|
group.gcc86.compilers=g447:g453 |
|
compiler.g447.exe=/usr/bin/g++-4.4 |
|
compiler.g447.alias=/usr/bin/g++-4.4 |
|
compiler.g447.name=x86-64 gcc 4.4.7 |
|
compiler.g453.exe=/usr/bin/g++-4.5 |
|
compiler.g453.alias=/usr/bin/g++-4.5 |
|
compiler.g453.name=x86-64 gcc 4.5.3 |
|
|
|
############################### |
|
# GCC for ARM |
|
group.gccarm.compilers=armg453:armg463 |
|
group.gccarm.needsMulti=false |
|
group.gccarm.supportsBinary=false |
|
compiler.armg453.exe=/usr/bin/arm-linux-gnueabi-g++-4.5 |
|
compiler.armg453.alias=/usr/bin/arm-linux-gnueabi-g++-4.5 |
|
compiler.armg453.name=ARM gcc 4.5.3 |
|
compiler.armg463.exe=/usr/bin/arm-linux-gnueabi-g++-4.6 |
|
compiler.armg463.alias=/usr/bin/arm-linux-gnueabi-g++-4.6 |
|
compiler.armg463.name=ARM gcc 4.6.3 |
|
|
|
################################ |
|
# MSP and AVR |
|
compiler.avrg453.exe=/usr/bin/avr-g++ |
|
compiler.avrg453.alias=/usr/bin/avr-g++ |
|
compiler.avrg453.name=AVR gcc 4.5.3 |
|
compiler.avrg453.supportsBinary=false |
|
compiler.avrg453.needsMulti=false |
|
compiler.msp430g453.exe=/usr/bin/msp430-g++ |
|
compiler.msp430g453.alias=/usr/bin/msp430-g++ |
|
compiler.msp430g453.name=MSP430 gcc 4.5.3 |
|
compiler.msp430g453.supportsBinary=false |
|
compiler.msp430g453.needsMulti=false
|
|
|