Hi:

On the Raspberry Pi now:

After a git pull/configure/make clean/make:

pi@raspberrypi ~/tinycc $ make test
make -C tests test
make[1]: Entering directory `/home/pi/tinycc/tests'
------------ hello-exe ------------
../tcc -B.. ../examples/ex1.c -o hello || (../tcc -vv; exit 1) && ./hello
tcc: error: file 'crt1.o' not found
tcc: error: file 'crti.o' not found
tcc: error: file 'crtn.o' not found
tcc: error: undefined symbol 'printf'
tcc version 0.9.25 (ARM Hard Float Linux)
install: /usr/local/lib/tcc/
crt:
  /usr/lib
libraries:
  /usr/lib
  /lib
  /usr/local/lib
include:
  /usr/local/include
  /usr/include
  /usr/local/lib/tcc/include
make[1]: *** [hello-exe] Error 1
make[1]: Leaving directory `/home/pi/tinycc/tests'
make: *** [test] Error 2
pi@raspberrypi ~/tinycc $

Jerry

On Thu, Feb 14, 2013 at 10:13 AM, Thomas Preud'homme <robo...@celest.fr>wrote:

> Le jeudi 14 février 2013 16:06:24, Christian JULLIEN a écrit :
> > Sorry Thomas, made 5 mn ago
>
> As I said, super fast testers :) Thanks !
>
> >
> > As usual, I used a fresh git clone to test:
> >
> > makeinfo tcc-doc.texi
> > make -C tests test
> > make[1]: Entering directory `/home/jullien/tinycc/tests'
> > ------------ hello-exe ------------
> > ../tcc -B.. ../examples/ex1.c -o hello || (../tcc -vv; exit 1) &amp;&amp;
> > ./hello tcc: error: file 'crt1.o' not found
> > tcc: error: file 'crti.o' not found
> > tcc: error: file '/lib/libgcc_s.so.1' not found
> > tcc: error: file 'crtn.o' not found
> > tcc: error: undefined symbol 'printf'
>
> Can you show me the result of:
>
> ls "/usr/lib/$(conftest)/crti.o"
> ls "/usr/lib64/crti.o"
> ls "/usr/lib/crti.o"
>
> and the content of config.h ?
>
> Best regards,
>
> Thomas
>
> _______________________________________________
> Tinycc-devel mailing list
> Tinycc-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>
>


-- 
Interested in bats?  Check out my blog at: http://www.karaokebats.com/
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to