When I use "tcc-static" on my kindle, while doing a static build, I get this:
[root@kindle us]# tccmake parmtest -static
tcc: error: undefined symbol 'exit'
tcc: error: undefined symbol 'printf'
What do I need to link to it? (No time to RTFM the KeK stuff right now)
|