This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

undefined reference

Hello,

I am trying to rebuild a 2.4 based application on the 3517 EVM. When I compile this with the 5.02 SDK I get the following undefines:

/TqcToolChain/lib/libsqlite.so: undefined reference to `fcntl64'
/TQC/TqcToolChain/lib/libsqlite.so: undefined reference to `__fputc_unlocked'
/TQC/TqcToolChain/lib/libsqlite.so: undefined reference to `__ctype_b'

If I buiild an other application which is using libxml/libxslt I get the same indefines.

After some googling I found that it might have somethinh to do with the libc version.

Can anyone help me with this one?

Regards

Marcel