gcc 4.1.2 with input files on separate file
Posted: Sun Jan 22, 2012 1:28 am
I am building a workspace with two builds (gcc 4.6.2 & arm-none-gnueabi 4.1.2).
The project compiles ok with gcc. However, it gives error building with arm-none-gnueabi. It complaints (No such file or directory:)
gcc -o ./Debug/getlog @"/home/user/cgi/getlog.txt" -L. (<== ok)
arm-none-gnueabi-gcc -o ./Arm/getlog @"/home/user/cgi/getlog.txt" -L. (<== gives error).
Is there a solution to make codelite work with gcc 4.1.2?
Thanks.
The project compiles ok with gcc. However, it gives error building with arm-none-gnueabi. It complaints (No such file or directory:)
gcc -o ./Debug/getlog @"/home/user/cgi/getlog.txt" -L. (<== ok)
arm-none-gnueabi-gcc -o ./Arm/getlog @"/home/user/cgi/getlog.txt" -L. (<== gives error).
Is there a solution to make codelite work with gcc 4.1.2?
Thanks.