DSL Embedded :: cc command
installing software and getting cc not found error while installing software..
how can I add this function to DSL-embedded..
DSL's cc is tcc. There is also a gcc mydsl package in the repository.
Depending on what you want to build, you might also need to add some headers (includes) to your system, since DSL contains very little in the way of C development files. The gcc-with-libs.dsl package includes some of the more commonly-used headers.
I'll try changing the cc to tcc in the build.sh file and see what happens..
what about the ld command.. do you know what its equivelant is..
also.. I've found gcc1.dsl and libc6.dsl and libc6-dev.dsl..
Is that what I should be loading..
actually changing cc to tcc didn't work.. the parameters arn't the same.. the cc command was using a -02 and many others that dont exist in tcc..
I think this program may have been written for red hat..
dont know if it will be possible to get it to work..
Yes, you probably should have just started with gcc.
Next Page...
original here.