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

s110_softdevice.hex custom translator properties not set

Hi

I'm trying to make a new S110 BLE project for my nRF51 DK from "scratch" in Keil 5.14 (New uVision Project -> nRF51422_xxAC) , but every time i try to build the solution, i get this message:

Build target 'nrf51422_xxac_s110'
s110_softdevice.hex: error - custom translator properties not set
linking...
.\Objects\LDF1A_v.0.1: error: L6002U: Could not open file .\objects\main.o: No such file or directory
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
".\Objects\LDF1A_v.0.1" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed:  00:00:01

I've added all the necessary software components (board support, CMSIS, nRF_BLE, nRF_Drivers, nRF_Libraries, nRF_SoftDevice) and included everything needed in main.c.

Any ideas?

Parents
  • ::Solved::

    I finally got it working! Big thanks to Aryan for all your help :)

    The first problem was that I'd forgotten to add the Startup files under Device in Manage Run-Time Environment.

    The second problem was that s110_softdevice.hex was included in target build, which it shouldn't be.

    image description

    image description


    ::original post::

    Here's the properties I'm using. They're basically a copy of the properties found in the template code from pack installer.

    image description

    image description

    image description

    image description

    image description

    image description

    image description

    image description

    image description

    image description

    And here's the software components I've selected. Again, these are also the ones present in the template example code.

    image description

  • seems ok, my eye missed to see this before in the error message you posted " Could not open file .\objects\main.o: No such file or directory" why doesn't it find this object file in that directory ? if it has compiled it, then there should be a object file.

Reply Children
No Data
Related