Hi 

I did not run parallel program basicmath.c  on gem5. Any can help me here.

my back tracing is:   

hise@ubuntu:~/Work$ ls A*
basicmath  Bitcount  Susan
hise@ubuntu:~/Work$ cd Automative
bash: cd: Automative: No such file or directory
hise@ubuntu:~/Work$ cd Automotive
hise@ubuntu:~/Work/Automotive$ ls
basicmath  Bitcount  Susan
hise@ubuntu:~/Work/Automotive$ cd basicmath
hise@ubuntu:~/Work/Automotive/basicmath$ ls
COMPILE  isqrt.c  Makefile              pi.h       Read Me.txt  snipmath.h
cubic.c  LICENSE  parallel_basicmath.c  rad2deg.c  round.h      sniptype.h
hise@ubuntu:~/Work/Automotive/basicmath$ arm-linux-gnueabi-gcc -static -O3 
parallel_basicmath.c rad2deg.c cubic.c isqrt.c -o parallel_basicmath -lm 
–lpthreadarm-linux-gnueabi-gcc: error: –lpthread: No such file or directory
hise@ubuntu:~/Work/Automotive/basicmath$ arm-none-linux-gnueabi-gcc -static -O3 
parallel_basicmath.c rad2deg.c cubic.c isqrt.c -o parallel_basicmath -lm 
–lpthread
arm-none-linux-gnueabi-gcc: error: –lpthread: No such file or directory
hise@ubuntu:~/Work/Automotive/basicmath$ arm-none-linux-gnueabi-gcc -static -O3 
parallel_basicmath.c -o parallel_basicmath -lm 
–lpthreadarm-none-linux-gnueabi-gcc: error: –lpthread: No such file or directory
hise@ubuntu:~/Work/Automotive/basicmath$     

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to