2021-07-06 03:32 AM
Once I've generated the project in STM32CubeIDE - I get an error
11:31:42 **** Incremental Build of configuration Debug for project Tx_Thread_Creation ****
make -j8 all
make: *** No rule to make target '/eti/Users/mike.hudgell/My Documents/STM32-AZURE-RTOS-WS-Material/wa1/Tx_Thread_Creation/Middlewares/ST/threadx/common/src/tx_block_allocate.c', needed by 'Middlewares/ThreadX/RTOS/ThreadX/Core/tx_block_allocate.o'. Stop.
"make -j8 all" terminated with exit code 2. Build might be incomplete.
11:31:44 Build Failed. 1 errors, 0 warnings. (took 2s.266ms)
2021-07-06 06:15 AM
Hello Mike,
you could try to use a directory that is not containing a space.
Best regards
Jocelyn