lhmax2010
Results
1
issues of
lhmax2010
我们依照这个方法在LicheePi4A的板子上面进行编译的 > apt install git make cmake binutils-riscv64-unknown-elf gcc-riscv64-unknown-elf picolibc-riscv64-unknown-elf > git clone https://github.com/sipeed/RV-Debugger-BL702 > git submodule update --init > cd RV-Debugger-BL702/firmware/bl_mcu_sdk > echo "add_compile_options(-specs=picolibc.specs)" >> tools/cmake/compiler_flags.cmake > echo "add_link_options(-specs=picolibc.specs)"...