Quote:
Originally Posted by techiemonkey
Ummm.. Noob question how to get tcc working on windows.
|
Read the tcc thread
twobob linked. Use the tccmake script to compile with tcc, because it temporarily "fixes" some stuff in the kindle while compiling...
Beware that programs compiled with ARM tcc cannot process command-line parameters. One workaround would be to read a config file instead, and run the program in a launcher script that writes its parameters to that config file.