This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

does not support interworking, whereas main does


Hi ALL
I've used an atmel evaluation board eb40a for a while. Untill now i've just downloaded my program to the ram using Redboot in rom. But now I would like to put my application into rom. Therefore I have made a new eCos tree that should support rom, but when I compile my application using this tree i get the following linker warnings:


make table
arm-elf-gcc -g -Wall -I/home/jjen01/master/code/atmel/939/ecos-rom/install/include -c -o table.o ta
ble.c
arm-elf-gcc -g -Wall -I/home/jjen01/master/code/atmel/939/ecos-rom/install/include -c -o ui.o ui.c
arm-elf-gcc -g -Wall -I/home/jjen01/master/code/atmel/939/ecos-rom/install/include -c -o io_setup.o
io_setup.c
arm-elf-gcc -g -Wall -I/home/jjen01/master/code/atmel/939/ecos-rom/install/include -c -o io.o io.c
arm-elf-gcc -g -Wall -I/home/jjen01/master/code/atmel/939/ecos-rom/install/include table.o ui.o io_se
tup.o io.o -o table -L/home/jjen01/master/code/atmel/939/ecos-rom/install/lib -Ttarget.ld -nostdlib
/opt/ecos/gnutools/arm-elf/bin/../lib/gcc-lib/arm-elf/3.2.1/../../../../arm-elf/bin/ld: Warning: tabl
e.o does not support interworking, whereas table does
/opt/ecos/gnutools/arm-elf/bin/../lib/gcc-lib/arm-elf/3.2.1/../../../../arm-elf/bin/ld: Warning: ui.o
does not support interworking, whereas table does
/opt/ecos/gnutools/arm-elf/bin/../lib/gcc-lib/arm-elf/3.2.1/../../../../arm-elf/bin/ld: Warning: io_s
etup.o does not support interworking, whereas table does
...
arm-elf-strip table


I do get an output file, but I doubt it will work...

regards
Jesper

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]