Quote:
Originally Posted by xueyou2
Just start,i thought the new version v1.5 made by geekmaster may solve the problem,so i first uninstall the tcc-1.3 and then install tcc-1.5
I do as your guide reinstalling it .
#/mnt/us/tcc/install
ln:crt1.o:file exists
ln:crti.o:file exists
ln:crtn.o:file exists
in:tcc:file exists
in:tccmake:file exists
#tccmake hello
tcc:undefined symbol 'sqrt'
#tccmake hello -lm
tcc:cannot find -lm
I am a novice,please just give detail steps .Thank you . 
|
Let's start at the beginning so that I can reproduce (and fix) your problem. Please provide answers for all of these questions:
Those error message show that the uninstall was not successful.
Q1) Did you run the uninstall script from inside /mnt/us/tcc?
Q2) What version of firmware are you running on your kindle?
Q3) What is the output from this command:
ls -al /lib/libm*
Q4) What is the output from this command:
ls -al /usr/lib/libm*
I need this information to fix your problem. Thanks.