|
From: | Armin Steinhoff |
Subject: | [Tinycc-devel] libtcc1 again --- on ARMv7 |
Date: | Wed, 22 May 2013 15:25:26 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 |
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 ?? Regards --Armin
[Prev in Thread] | Current Thread | [Next in Thread] |