View Single Post
Old 08-24-2017, 09:40 PM   #15
alberio
Junior Member
alberio began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jan 2016
Device: kindle 7
on 5.8.10
figraspberrypi:~/Downloads/uboot_2009.08-5.8.10_3202090019$ make imx60_wario_conf
Configuring for imx60_wario board...
pi@raspberrypi:~/Downloads/uboot_2009.08-5.8.10_3202090019$ TYPE=prod make -j4
Generating include/autoconf.mk
In file included from /home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/include/configs/imx60_wario.h:253:0,
from /home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/include/config.h:2,
from include/common.h:37:
/home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/include/asm/arch/mx60_wario_board.h:17:21: fatal error: boardid.h: No such file or directory
#include <boardid.h>
^
compilation terminated.
Generating include/autoconf.mk.dep
In file included from /home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/include/configs/imx60_wario.h:253:0,
from /home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/include/config.h:2,
from include/common.h:37:
/home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/include/asm/arch/mx60_wario_board.h:17:21: fatal error: boardid.h: No such file or directory
#include <boardid.h>
^
compilation terminated.
for dir in tools examples/standalone examples/api ; do make -C $dir _depend ; done
make[1]: Entering directory '/home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/tools'
make[1]: Warning: File '.depend' has modification time 351733 s in the future
make[1]: Nothing to be done for '_depend'.
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory '/home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/tools'
make[1]: Entering directory '/home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/examples/standalone'
make[1]: Warning: File '.depend' has modification time 351731 s in the future
make[1]: Nothing to be done for '_depend'.
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory '/home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/examples/standalone'
make[1]: Entering directory '/home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/examples/api'
make[1]: Nothing to be done for '_depend'.
make[1]: Leaving directory '/home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/examples/api'
make -C tools all
make -C examples/standalone all
make[1]: Entering directory '/home/pi/Downloads/uboot_2009.08-5.8.10_3202090019/tools'
^CMakefile:357: recipe for target 'tools' failed
make: *** [tools] Interrupt
alberio is offline   Reply With Quote