Does anyone have experience compiling/running any of the MiBench
programs on the ARM simulator? I tried cross-compiling the qsort
example, but it seg faults. I'm not sure if I'm missing a param to gcc
or what... I am compiling with:

arm-none-linux-gnueabi-gcc -static qsort_small.c -O3 -o qsort_small -lm

I also tried:

EXTRA_CFLAGS=-mno-unaligned-access ARCH=arm arm-none-linux-gnueabi-gcc
-static qsort_small.c -O3 -o qsort_small -lm
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to