Le mercredi 22 mai 2013 15:25:26, Armin Steinhoff a écrit :
> Hi All,
> 
> I have ported "tcc" to the BeagleBone running QNX 6.5.
> 
> Starting "tcc-arm" w/o parameters shows the expected help informations.
> 
> The command "tcc-arm -c ex5.c" works ... it creates ex5.o
> 
> Linking the executable with "tcc-arm  -o x  ex5.o " produced:
> 
> tcc: error: file 'crt1.o' not found
> tcc: error: file 'crti.o' not found
> tcc: error: file '/usr/lib/tcc/libtcc1.a' not found
> tcc: error: file 'crtn.o' not found
> 
> Why is the linking process looking for '/usr/lib/tcc/libtcc1.a'  ??
> 
> Do we need the run time environment for ARM ??

Yes, for integer division for instance.

> 
> Regards
> 
> --Armin

Best regards,

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to