asaki
Works better but still errors
`PS C:\IoT\Bouffalo\bl_mcu_sdk\examples\helloworld> make ninja CHIP=bl808 CPU_ID=d0 BOARD=bl808dk
./../../tools/cmake/bin/cmake.exe -S . -B build -G Ninja -DCROSS_COMPILE=riscv64-unknown-elf- -DCHIP=bl808 -DCPU_ID=d0 -DBOARD=bl808dk -DBOARD_DIR= -DCONFIG_DEBUG=y -DCONFIG_ROMAPI=y -DCONFIG_USB_HS=y -DCONFIG_COMX=COM5 -DCMAKE_EXPORT_COMPILE_COMMANDS=OFF -DCONFIG_TLSF=y
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- The ASM compiler identification is unknown
-- Found assembler: riscv64-unknown-elf-gcc.exe
CMake Error at C:/IoT/Bouffalo/bl_mcu_sdk/cmake/bouffalo_sdk-config.cmake:21 (enable_language):
The CMAKE_C_COMPILER:
riscv64-unknown-elf-gcc.exe
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)
CMake Error at C:/IoT/Bouffalo/bl_mcu_sdk/cmake/bouffalo_sdk-config.cmake:21 (enable_language):
The CMAKE_CXX_COMPILER:
riscv64-unknown-elf-g++.exe
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)
CMake Error at C:/IoT/Bouffalo/bl_mcu_sdk/cmake/bouffalo_sdk-config.cmake:21 (enable_language):
The CMAKE_ASM_COMPILER:
riscv64-unknown-elf-gcc.exe
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)
-- Warning: Did not find file Compiler/-ASM
-- Configuring incomplete, errors occurred!
See also "C:/IoT/Bouffalo/bl_mcu_sdk/examples/helloworld/build/CMakeFiles/CMakeOutput.log".
See also "C:/IoT/Bouffalo/bl_mcu_sdk/examples/helloworld/build/CMakeFiles/CMakeError.log".
make: *** [../../project.build:47: ninja] Error 1`