Skip to main content
Associate
July 8, 2025
Question

Projects was building v1.18.1; all of a sudden started failing

  • July 8, 2025
  • 1 reply
  • 276 views

13:19:19 **** Incremental Build of configuration Debug for project Nx_UDP_Echo_Server ****

make -j12 all

make: *** No rule to make target 'C:/Middlewares/ST/threadx/common/src/tx_block_allocate.c', needed by 'Middlewares/ThreadX/Core/tx_block_allocate.o'. Stop.

"make -j12 all" terminated with exit code 2. Build might be incomplete.

 

13:19:21 Build Failed. 1 errors, 0 warnings.

 

Got any ideas? ChatGPT says my STM32 Repository Path is wrong but I can't find it in IDE.

I don't understand how all these paths work and package manager + "Device Configuration Tool" (New

name for MX I guess.)

Which AZRTOS do I use? I have an H5. And that is not one of the AZRTOS options.

I had this all working in 1.18.1 - I'm not sure what's getting shared between instances.

So now I'm rebuilding in 1.19.0.

1 reply

dkronewiAuthor
Associate
July 9, 2025

The "Example Selector" in "Device Configuration Tool" was able to generate a clean NX_UDP_ECHO_SERVER which helps.