RZG2L的uboot修改两行代码但编译报错

{standard input}: Assembler messages:
{standard input}:36: 错误: unexpected character `n' in type specifier
{standard input}:36: 错误: bad instruction `b.ne 1b'
scripts/Makefile.build:265: recipe for target 'arch/arm/cpu/armv8/cpu.o' failed
make[1]: *** [arch/arm/cpu/armv8/cpu.o] Error 1
Makefile:1783: recipe for target 'arch/arm/cpu/armv8' failed
make: *** [arch/arm/cpu/armv8] Error 2

仅添加如下代码

顶层makefile中

ARCH?=arm
CROSS_COMPILE?=arm-linux-gnueabihf-

Parents Reply Children