Hello,
using the new 2.3.0 version of developer studio, when I build with Release configuration I get the following error, using the Debug configuration the build is successful.
17:08:37 **** Rebuild of configuration [Target]ARM_EABI_GCC_Release for project watchdog ****
Info: Internal Builder is used for build
/opt/development/tools/eclipse/juno/eclipse/tools/armeabigcc/4.4.1/bin/arm-none-eabi-gcc -D__OAT_API_VERSION_=651 -DDS_TARGET_BB0 -D__arm -D__GNU_GCC__ -I/opt/development/tools/eclipse/juno/eclipse/dropins/com.wavecom.openat.ide.spm.lib.os.model.6.51.0.201206010944_6.51.0.201206010944/resources/ADL/itf -I/opt/development/tools/eclipse/juno/eclipse/dropins/com.wavecom.openat.ide.spm.lib.os.model.6.51.0.201206010944_6.51.0.201206010944/resources/ADL/basic -I/home/luca/Work/phoenix/neteye/workspace/watchdog/inc -O3 -Os -ggdb3 -Wall -c -fshort-enums -fdollars-in-identifiers -nostartfiles -fno-strict-aliasing -fno-common -fomit-frame-pointer -mthumb-interwork -mthumb -march=armv5te -msoft-float -mapcs -mno-apcs-stack-check -o src/generated.o …/src/generated.c
/opt/development/tools/eclipse/juno/eclipse/tools/armeabigcc/4.4.1/bin/arm-none-eabi-gcc -D__OAT_API_VERSION__=651 -DDS_TARGET_BB0 -D__arm -D__GNU_GCC__ -I/opt/development/tools/eclipse/juno/eclipse/dropins/com.wavecom.openat.ide.spm.lib.os.model.6.51.0.201206010944_6.51.0.201206010944/resources/ADL/itf -I/opt/development/tools/eclipse/juno/eclipse/dropins/com.wavecom.openat.ide.spm.lib.os.model.6.51.0.201206010944_6.51.0.201206010944/resources/ADL/basic -I/home/luca/Work/phoenix/neteye/workspace/watchdog/inc -O3 -Os -ggdb3 -Wall -c -fshort-enums -fdollars-in-identifiers -nostartfiles -fno-strict-aliasing -fno-common -fomit-frame-pointer -mthumb-interwork -mthumb -march=armv5te -msoft-float -mapcs -mno-apcs-stack-check -o src/Appli_WD.o …/src/Appli_WD.c
/opt/development/tools/eclipse/juno/eclipse/tools/armeabigcc/4.4.1/bin/arm-none-eabi-g++ -Wl,–script,gcc.lkopt src/generated.o src/Appli_WD.o -Wl,-( -nostartfiles -Os -O2 -fshort-enums -fdollars-in-identifiers -ggdb3 -u _siwiStubsImplementation -fomit-frame-pointer -mthumb-interwork -mthumb -march=armv5te -msoft-float -mfpu=fpa -mapcs -mno-apcs-stack-check -Wl,-nmagic -Wl,-Map,watchdog.map /opt/development/tools/eclipse/juno/eclipse/dropins/com.wavecom.openat.ide.spm.lib.os.model.6.51.0.201206010944_6.51.0.201206010944/resources/ADL/RVDS_ADL.lib -Wl,-) -owatchdog.axf
/opt/development/tools/eclipse/juno/eclipse/tools/armeabigcc/4.4.1/bin/…/lib/gcc/arm-none-eabi/4.4.1/…/…/…/…/arm-none-eabi/bin/ld: cannot open linker script file gcc.lkopt: No such file or directory
collect2: ld returned 1 exit status
17:08:38 Build Finished (took 1s.383ms)
thanks
Luca