Gem5 simulator program compilation Issue
Hello everyone i am working over Gem 5 simulator on ubuntu OS and i need to compile any c++ program with static flag for this i am using this command ([/work/gem5] alpha-linux-gnueabi-gcc –DUNIX –o queens queens.c –static ) where queens.c is my c file but i am unable to do that because every time it is showing as command not found , I have also tried to install it through sudo apt-get but it is not working. Kindly help
|