页次: 1
编译到最后提示出现如下错误,不知又是什么原因? 看output目录里面已经有一些生成的文件,有zImage,但没有uImage
>>> Executing post-image script board/allwinner/generic/scripts/genimage.sh
kernel.its:8.18-21.11: Warning (unit_address_vs_reg): /images/kernel@0: node has a unit name, but no reg property
kernel.its:18.20-20.15: Warning (unit_address_vs_reg): /images/kernel@0/hash@0: node has a unit name, but no reg property
kernel.its:23.15-33.11: Warning (unit_address_vs_reg): /images/fdt@0: node has a unit name, but no reg property
kernel.its:30.20-32.15: Warning (unit_address_vs_reg): /images/fdt@0/hash@0: node has a unit name, but no reg property
kernel.its:38.16-46.11: Warning (unit_address_vs_reg): /configurations/conf@0: node has a unit name, but no reg property
kernel.its:43.20-45.15: Warning (unit_address_vs_reg): /configurations/conf@0/hash@0: node has a unit name, but no reg property
FIT description: Generic Allwinner FIT Image
Created: Mon Aug 15 18:52:16 2022
Image 0 (kernel@0)
Description: Linux kernel
Created: Mon Aug 15 18:52:16 2022
Type: Kernel Image
Compression: uncompressed
Data Size: 4309480 Bytes = 4208.48 KiB = 4.11 MiB
Architecture: ARM
OS: Linux
Load Address: 0x80000000
Entry Point: 0x80000000
Hash algo: crc32
Hash value: 2ccb5dcb
Image 1 (fdt@0)
Description: Flattened Device Tree blob
Created: Mon Aug 15 18:52:16 2022
Type: Flat Device Tree
Compression: uncompressed
Data Size: 15666 Bytes = 15.30 KiB = 0.01 MiB
Architecture: ARM
Hash algo: crc32
Hash value: 61472816
Default Configuration: 'conf@0'
Configuration 0 (conf@0)
Description: Kernel, DeviceTree
Kernel: kernel@0
FDT: fdt@0
Hash algo: crc32
Hash value: unavailable
make[1]: *** [target-post-image] Error 1
make: *** [_all] Error 2
output目录下的文件
小白准备入坑, 刚 git clone 下来的代码,执行make 就提示如下错误, 请问哪位大神知道是什么原因? 系统为 ubuntu 14.04
lbf@ubuntu:~/dev/f1c100s/buildroot-tiny200$ make widora_mangopi_r3_defconfig
/bin/bash: /home/lbf/dev/f1c100s/buildroot-tiny200/support/scripts/setlocalversion: /bin/sh^M: bad interpreter: No such file or directory
: No such file or directory
Makefile:192: /home/lbf/dev/f1c100s/buildroot-tiny200/output/.br2-external.mk: No such file or directory
'none>:0:warning: ignoring unsupported character '
'onfig.in:3:warning: ignoring unsupported character '
'onfig.in:3:warning: ignoring unsupported character '
'onfig.in:5:warning: ignoring unsupported character '
'onfig.in:6:warning: ignoring unsupported character '
'onfig.in:7:warning: ignoring unsupported character '
'onfig.in:7:warning: ignoring unsupported character '
'onfig.in:9:warning: ignoring unsupported character '
'onfig.in:10:warning: ignoring unsupported character '
'onfig.in:11:warning: ignoring unsupported character '
'onfig.in:11:warning: ignoring unsupported character '
'onfig.in:13:warning: ignoring unsupported character '
'onfig.in:14:warning: ignoring unsupported character '
'onfig.in:15:warning: ignoring unsupported character '
'onfig.in:15:warning: ignoring unsupported character '
'onfig.in:17:warning: ignoring unsupported character '
'onfig.in:18:warning: ignoring unsupported character '
'onfig.in:19:warning: ignoring unsupported character '
'onfig.in:19:warning: ignoring unsupported character '
'onfig.in:22:warning: ignoring unsupported character '
Config.in:22: can't open file "/home/lbf/dev/f1c100s/buildroot-tiny200/output/.br2-external.in.paths"
make[1]: *** [widora_mangopi_r3_defconfig] Error 1
make: *** [_all] Error 2
页次: 1