hi all,
I had compiling a httpserver for coldfire without error and I want to compile it for TMS320C6474
There is no error in the programs but i had a following problem of linking:
gcc: ./file.o: linker input file unused because linking not done
file is a program file that's repeated for all files
to link these files.o we use -Wl,-ar. but i have therefore another error:
ERROR: argument to option -op ("0-3") is out of range (must be from 0 to 3)
I want to know what reasons for these problems are? and how to remedy it?.
thanks for your help