On Sun, 21 Jun 2009 10:21:48 +0200, "Vincent R." <forumer@xxxxxxxxxxxxxxx> wrote: > Hi, > > I would like to port an application to symbian platform and first I try to > compile a simple exe from an empty main : > > > $ arm-none-symbianelf-gcc.exe -O2 -fno-unit-at-a-time -Wno-unknown-pragmas > -fexceptions -march=armv5t -mapcs -pipe -nostdinc -c -msoft-float -DNDEBUG > -D_UNICODE -D__GCCE__ -D__SYMBIAN32__ -D__SERIES60_31__ -D__SERIES60_3X__ > -D__GCCE__ -D__EPOC32__ -D__MARM__ -D__EABI__ -D__MARM_ARMV5__ -D__EXE__ > -D__SUPPORT_CPP_EXCEPTIONS__ -D__MARM_ARMV5__ -Wl,-s conftest.c > arm-none-symbianelf-gcc.exe: -s: linker input file unused because linking > not done > > I don't understand the error message, could someone explain it. > > Thanks Hum I found my error ...