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

nrf_log_backend_rtt.asm' for writing: No such file or directory

can't open 'J:/Projects/..../Electronics/SDK/BT840F/nRF5SDK15209412b96/nRF5_SDK_15.2.0_9412b96/examples/ble_central_and_peripheral/experimental/ble_app_att_mtu_throughput/pca10056/s140/ses/Output/ble_app_att_mtu_throughput_pca10056_s140 Release/Obj/nrf_log_backend_rtt.asm' for writing: No such file or directory

I obtained the above error trying to compile the experimental ble app, fresh from download. What else do I need to install besides the soft device?

Parents
  • I see that you stripped away part of the path. The part that you stripped away, is it long?

    I don't remember the exact length, but I believe windows has a cap of 256 characters in a path, and the path that you pasted is 256 characters, excluding the part that you stripped away.

    Try to put your SDK in a folder closer to the top of the drive:

    J:/Nordic/SDK/nRF5_SDK_15.2.0_9412b96/

    Try this, and see if that helps. If not, let me know.

    Best regards,

    Edvin

Reply
  • I see that you stripped away part of the path. The part that you stripped away, is it long?

    I don't remember the exact length, but I believe windows has a cap of 256 characters in a path, and the path that you pasted is 256 characters, excluding the part that you stripped away.

    Try to put your SDK in a folder closer to the top of the drive:

    J:/Nordic/SDK/nRF5_SDK_15.2.0_9412b96/

    Try this, and see if that helps. If not, let me know.

    Best regards,

    Edvin

Children
No Data
Related