Je vais compiler le benchmark Rodinia sur le simulateur Gem5-gpu, quand je le fais il se plaint de gcc-4.4 et me donne l'erreur suivante :
make gem5-fusion
make -f Makefile.gem5-fusion
make[1]: Entering directory '/home/hodjat91/Desktop/gem5-gpu/benchmarks/rodinia/backprop'
gcc-4.4 -DOUTPUT -O3 -I../../../gem5/util/m5 -I../../libcuda -I/usr/local/cuda//include -I/home/hodjat91/NVIDIA_GPU_Computing_SDK/C/common/inc/ -L/home/hodjat91/NVIDIA_GPU_Computing_SDK/C/lib -g -c facetrain.c -o facetrain.c_o
make[1]: gcc-4.4: Command not found
../common/common.mk:139: recipe for target 'facetrain.c_o' failed
make[1]: *** [facetrain.c_o] Error 127
make[1]: Leaving directory '/home/hodjat91/Desktop/gem5-gpu/benchmarks/rodinia/backprop'
Makefile:8: recipe for target 'gem5-fusion' failed
make: *** [gem5-fusion] Error 2
J'ai gcc 5.3 sur mon système.
Gracias