Open echo579 opened 4 years ago
I added CONFIG_ARCH_RV32I=y into configs/linux_defconfig and got a 32bit vmlinux. But I didn't find any configuration about bbl. I added --with-arch=rv32i after bbl: vmlinux, it didn't work. What should I do to build a 32bit bbl?
CONFIG_ARCH_RV32I=y
configs/linux_defconfig
--with-arch=rv32i
I added
CONFIG_ARCH_RV32I=y
intoconfigs/linux_defconfig
and got a 32bit vmlinux. But I didn't find any configuration about bbl. I added--with-arch=rv32i
after bbl: vmlinux, it didn't work. What should I do to build a 32bit bbl?