LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   simplescalar: ../sslittle-na-sstrix/bin/ld:crt0.o: No such file or directory. (https://www.linuxquestions.org/questions/programming-9/simplescalar-sslittle-na-sstrix-bin-ld-crt0-o-no-such-file-or-directory-544287/)

rabehe 04-08-2007 10:46 AM

simplescalar: ../sslittle-na-sstrix/bin/ld:crt0.o: No such file or directory.
 
I have installed SimpleScalar.(I get an error when installing gcc and make the following change in line 253 of Makefile :
LIBGCC2_INCLUDES = -I/usr/include)

I get the following error while compiling (bin/sslittle-na-sstrix-gcc -o test test.c):
"sdtlib.h: No such file or directory"


and when compiling with "bin/sslittle-na-sstrix-gcc -I/usr/include -o test test.c", I get following error:

"../sslittle-na-sstrix/bin/ld: crt0.o: No such file or directory"

I'd be more thankful if you would help me.


All times are GMT -5. The time now is 06:06 PM.