Skip to main content
Associate III
July 10, 2026
Question

STM32N6 FW 1.4.0 Nx_WebServer Example

  • July 10, 2026
  • 1 reply
  • 6 views

Hello,

I downloaded STM32CubeN6-main FW 1.4.0 from GitHub and am trying to build the Nx_WebServer FSBL example.  I am getting this error message:

11:26:53 **** Build of configuration Debug for project Nx_WebServer_FSBL ****
make -j16 all
make: *** No rule to make target 'C:/STM_FW/STM32CubeN6-main/Middlewares/ST/threadx/common/src/tx_block_pool_performance_info_get.c', needed by 'Middlewares/threadx/Performance/tx_block_pool_performance_info_get.o'. Stop.
"make -j16 all" terminated with exit code 2. Build might be incomplete.

11:26:55 Build Failed. 1 errors, 0 warnings. (took 2s.214ms)

I don’t see any source code at the C:\STM_FW\STM32CubeN6-main\Middlewares\ST\threadx location, is there another project I need to build first?

1 reply

Associate III
July 10, 2026

Edit: If you look in GitHub it has a link to the stm32-mw-threadx repo where you can download from there.  I just figured the main N6 FW would include this already.