This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Mesh SDK v2.1.0 sample code doesn't build in SES.

Dear Support,

Installed the new Mesh SDK v2.1.0 and tried to build the sample solutions with SES.

Unfortunately I am always getting the following error:

build/serial_nrf52832_xxAA_s132_6.0.0_Debug/serial_nrf52832_xxAA_s132_6.0.0.elf section `.text.sd_app_evt_wait' will not fit in region `UNPLACED_SECTIONS'

Any idea how to solve this?

Thanks.

Parents
  • Hi, I got the same errors when running Segger with 2.1.0, the solution that worked to me was to follow the "how_to_build_cmake" document in nrf5_SDK_for_Mesh_v2.1.0_src/doc/getting_started/how_to_build_cmake.md

    And run follow command when generating the files in the build folder

    cmake -G Ninja -DGENERATE_SES_PROJECTS=ON -DPLATFORM=nrf52840_xxAA -DSOFTDEVICE=s140_6.0.0 ..

     

Reply
  • Hi, I got the same errors when running Segger with 2.1.0, the solution that worked to me was to follow the "how_to_build_cmake" document in nrf5_SDK_for_Mesh_v2.1.0_src/doc/getting_started/how_to_build_cmake.md

    And run follow command when generating the files in the build folder

    cmake -G Ninja -DGENERATE_SES_PROJECTS=ON -DPLATFORM=nrf52840_xxAA -DSOFTDEVICE=s140_6.0.0 ..

     

Children
No Data
Related