1/1
problem in minsoc with gcc command
by poojapravallika on Oct 26, 2017 |
poojapravallika
Posts: 1 Joined: Oct 24, 2017 Last seen: Dec 13, 2017 |
||
Hi,
i am trying to compile the software of minsoc project with the steps provided in the doc. these are the steps: Compile Software 1. inside of sw/utils make clean, make all - this step is working 2. inside of sw/support make clean, make all - error this is the error i am getting $ make clean mkdir -p ./depend or32-elf-gcc -I../../backend -I../drivers -MM -MF depend/int.d int.c make: or32-elf-gcc: Command not found mkdir -p ./depend or32-elf-gcc -I../../backend -I../drivers -MM -MF depend/support.d support.c make: or32-elf-gcc: Command not found mkdir -p ./depend or32-elf-gcc -I../../backend -I../drivers -MM -MF depend/tick.d tick.c make: or32-elf-gcc: Command not found Makefile:2: ../../backend/gcc-opt.mk: No such file or directory make: *** No rule to make target '../../backend/gcc-opt.mk'. Stop. can anyone please help me with this... Thanks in advance. |
1/1