hello
I want to compile a simple application on the openrisc.
The open rsc toolchain has been build.
I dowwnload the simple application of Hello world from http://opencores.org/openrisc,downloads .
when i extract the demo_or32_sw.zip and i pick to this directory ( demo_or32_sw) and i run the command " make all" i obtain this message :
~/Documents/demo_or32_sw$ make all
--- Assembling BootReset.S ---
or32-elf-gcc -g -c -Wunknown-pragmas -mhard-mul -msoft-div -msoft-float -o BootReset.o BootReset.S
make: or32-elf-gcc : commande introuvable
make: *** [BootReset.o] Erreur 127
please can you help me.