I am in accordance with the tutorial in the [https://wiki.radxa.com/RockpiS/dev/Debian].When I run ‘build/mk-uboot.sh rockpis’, the following error occurs:
start=$(aarch64-linux-gnu-nm u-boot | grep __rel_dyn_start | cut -f 1 -d ’ '); end=$(aarch64-linux-gnu-nm u-boot | grep __rel_dyn_end | cut -f 1 -d ’ '); tools/relocate-rela u-boot-nodtb.bin 0x00600000 $start $end
DTC arch/arm/dts/rk3036-sdk.dtb
Error: arch/arm/dts/.rk3036-sdk.dtb.pre.tmp:77.1-10 syntax error
FATAL ERROR: Unable to parse input tree
make[3]: *** [scripts/Makefile.lib:319:arch/arm/dts/rk3036-sdk.dtb] error 1
make[2]: *** [dts/Makefile:62:arch-dtbs] error 2
make[1]: *** [Makefile:877:dts/dt.dtb] error 2
make: *** [Makefile:461:__build_one_by_one] error 2
MAKE UBOOT IMAGE FAILED.
This error occurs even when I compile with the redownloaded source code, but it used to compile normally. I don’t know if it has anything to do with the system setup?
The system is Gentoo Linux.