I followed these instructions, but I am stuck on the make process. I have checkedout, patched and ran the make nokia_rx51_config command. But when I type make I get this error: Code: strip mkimage make[1]: Leaving directory `/home/mrrhq/src/u-boot/tools' make -C examples/standalone all /bin/bash: arm-linux-gcc: command not found dirname: missing operand Try `dirname --help' for more information. make[1]: arm-linux-gcc: Command not found make[1]: Entering directory `/home/mrrhq/src/u-boot/examples/standalone' /bin/sh: 1: arm-linux-gcc: not found dirname: missing operand Try `dirname --help' for more information. arm-linux-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/mrrhq/src/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem -p ipe -DCONFIG_ARM -D__ARM__ -march=armv5 -Wall -Wstrict-prototypes \ -o hello_world.o hello_world.c -c make[1]: arm-linux-gcc: Command not found make[1]: *** [hello_world.o] Error 127 make[1]: Leaving directory `/home/mrrhq/src/u-boot/examples/standalone' make: *** [examples/standalone] Error 2
strip mkimage make[1]: Leaving directory `/home/mrrhq/src/u-boot/tools' make -C examples/standalone all /bin/bash: arm-linux-gcc: command not found dirname: missing operand Try `dirname --help' for more information. make[1]: arm-linux-gcc: Command not found make[1]: Entering directory `/home/mrrhq/src/u-boot/examples/standalone' /bin/sh: 1: arm-linux-gcc: not found dirname: missing operand Try `dirname --help' for more information. arm-linux-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/mrrhq/src/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem -p ipe -DCONFIG_ARM -D__ARM__ -march=armv5 -Wall -Wstrict-prototypes \ -o hello_world.o hello_world.c -c make[1]: arm-linux-gcc: Command not found make[1]: *** [hello_world.o] Error 127 make[1]: Leaving directory `/home/mrrhq/src/u-boot/examples/standalone' make: *** [examples/standalone] Error 2
try to "Linuxify"[*] Maemo as much as I can, while keeping the useful bits (e.g. being able to make a call).