How To Compile N6 Samples
I'm trying to compile a basic blinky application for the N6 and failing. I open the latest CubeIDE, import the GPIO_Toggle project (or any other one for that matter) and try to build. I get an error about no rule to make target. Please provide guidance on how to build the basic examples
13:47:52 **** Build of configuration Debug for project GPIO_InfiniteLedToggling_Init_FSBL ****
make -j11 all
make: *** No rule to make target '/Users/workspace/STM32CubeN6-git/Drivers/STM32N6xx_HAL_Driver/Src/stm32n6xx_ll_exti.c', needed by 'Drivers/STM32N6xx_HAL_Driver/stm32n6xx_ll_exti.o'. Stop.
"make -j11 all" terminated with exit code 2. Build might be incomplete.
13:47:52 Build Failed. 1 errors, 0 warnings. (took 83ms)
