compile kernel - Raspberry Pi Forums
hello everyone, joined , ask help, not know turn.
purchased rpi through magazine , installed operating system without major problems (raspbian) apache mysql, created website, did testing python etc.. , until i've gotten here searching net, have need communicate device can-bus , following guide "http://elinux.org/rpi_canbus" make first test, when compiling kernel have these errors:
root@raspberrypi:/opt/raspberrypi/linux# make
make: arm-rpi-linux-gnueabi-gcc: command not found
chk include/linux/version.h
chk include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' date.
cc kernel/bounds.s
/bin/sh: 1: arm-rpi-linux-gnueabi-gcc: not found
make[1]: *** [kernel/bounds.s] error 127
make: *** [prepare0] error 2
know little linux, few days i'm looking solutions on net, not understand much, because assumed knows linux.
if explains me why not fill grateful.
hello all.
p.s.: sorry english ...
purchased rpi through magazine , installed operating system without major problems (raspbian) apache mysql, created website, did testing python etc.. , until i've gotten here searching net, have need communicate device can-bus , following guide "http://elinux.org/rpi_canbus" make first test, when compiling kernel have these errors:
root@raspberrypi:/opt/raspberrypi/linux# make
make: arm-rpi-linux-gnueabi-gcc: command not found
chk include/linux/version.h
chk include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' date.
cc kernel/bounds.s
/bin/sh: 1: arm-rpi-linux-gnueabi-gcc: not found
make[1]: *** [kernel/bounds.s] error 127
make: *** [prepare0] error 2
know little linux, few days i'm looking solutions on net, not understand much, because assumed knows linux.
if explains me why not fill grateful.
hello all.
p.s.: sorry english ...
because instructions have been using cross-compiling see step:/bin/sh: 1: arm-rpi-linux-gnueabi-gcc: not found
code: select all
from default file, changed 2 following lines (first cross-compiling kernel), , pressed "enter" other (there lot...). cross-compiler tool prefix (cross_compile) [] (new) arm-rpi-linux-gnueabi- default hostname (default_hostname) [(none)] (new) raspberrypi when building go , else while
raspberrypi
Comments
Post a Comment