Hello Team ,
When I compile the EI deployed project for Arduino Ble 33 in Arduino IDE , I am getting this error:
WARNING: Category ‘Data processing’ in library Mani-project-1 Inferencing - Edge Impulse is not valid. Setting to 'Uncategorized’
WARNING: Category ‘Data processing’ in library RiderAssistanceSystem Inferencing - Edge Impulse is not valid. Setting to 'Uncategorized’
exec: “/bin/arm-none-eabi-g++”: file does not exist
Error compiling for board Arduino Nano 33 BLE.
I have imported the EI deployed file in sketch and tried compiling ,
Note:
When I was installing the latest Edge impulse firmware by running flash_windows.bat, I got this message in terminal ,
Warning: tool ‘arduino:arm-none-eabi-gcc@7-2017q4’ is not installed. It might not be available for your OS.
Does this cause an error in compiling ? But when I try live classification through edge-impulse-daemon , it works fine .