Re: Linking of object files from different compilers for ARM

2005-10-18 Thread Paul Brook
On Friday 14 October 2005 07:49, Yaroslav Karulin wrote: >Hello! > >I have two files: foo.c and main.c. foo.c is compiled with RVTC 2.2 > compiler. main.c is compiled with gcc compiler (configured with > --target=arm-elf). I cannot link them together using gcc linker. >But it's possible

Re: Linking of object files from different compilers for ARM

2005-10-14 Thread Daniel Jacobowitz
On Fri, Oct 14, 2005 at 09:49:42AM +0300, Yaroslav Karulin wrote: > Hello! > > I have two files: foo.c and main.c. foo.c is compiled with RVTC 2.2 > compiler. main.c is compiled with gcc compiler (configured with > --target=arm-elf). I cannot link them together using gcc linker. > But it's