This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

ARM platform: Error - Can not represent OFFSET_IMM8 relocation

[Get raw message]
Hello, 

I m trying to cross-compile the openh323 stack for an armv4l processor with 
the arm-toolchain  installed on my pc but the compilation stops when it build 
the code.o from code.c because of th following error:

arm-linux-gcc -ansi -Igsm/inc -DWAV49 -DNeedFunctionPrototypes=1 -O2 -DNDEBUG 
 -c gsm/src/code.c -o /root/INVENTEL_SDK/openh323/lib/obj_linux_x86_r/code.o
/tmp/ccAiVeM8.s: Assembler messages:
/tmp/ccAiVeM8.s:88: Error: Cannot represent OFFSET_IMM8 relocation in this 
object file format
/tmp/ccAiVeM8.s:90: Error: Cannot represent OFFSET_IMM8 relocation in this 
object file format
make[1]: *** [/root/INVENTEL_SDK/openh323/lib/obj_linux_x86_r/code.o] Erreur 1
make[1]: Quitte le répertoire `/root/INVENTEL_SDK/openh323/src'

and the error happenned  whether I use make , make all or make opt 

What can I do to avoid the problem ? 
or Can I build the openh323 stack without the GSM part ???and How ?


Thank you very much for answering me . 

Have a good day 

bye Dan ABITBOL


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