Quote:
Originally Posted by geekmaster
I see by modifying your program to print argc that this build of tcc does not handle command-line parameters. When tested on my K5, it shows that argc has a large negative value that changes with each run, and argv[0] is a NULL pointer.
|
twobob, geekmaster: Thanks for info. Despite it does not immediately solve a problem, it allows me at least to understand that the mentioned bug is reproducible and has nothing to do with my outdated firmware.
Well, I'll try to use config-file to send some parameters for my program(s) and to hope that someone could recover argv-feature. Unfortunately, my skills are not enough to do it by myself.