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.
|