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

error: L6002U could not open file

Hi Nordic team

I compile the example ble_app_interactive  in keil ver.5.24.

And the below error message occur.

.\_build\nrf52832_xxaa_s132.axf: error: L6002U: Could not open file ..\..\..\..\..\..\..\external\nrf_oberon\lib\nrf52\oberon_short_wchar_2.0.4.lib: No such file or directory
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
".\_build\nrf52832_xxaa_s132.axf" - 1 Error(s), 0 Warning(s).
Target not created.

 I have compiled other examples and it works fine. (except: pca10040 and pca10056 in ble_app_interactive )

What is exactly happened ?

By the way, I didn`t plug in my J link while compiling.

Parents Reply
  • Hi,

    I'm glad to see you got the nrf_oberon issue sorted out.

    You can fix the mico-ecc issue by downloading and building the micro-ecc library. This is easily done by navigating to <SDK>\external\micro-ecc\ and running the build_all.bat file (alternatively build_all.sh if you are on Linux or Mac). You can also remove the micro-ecc library file (micro_ecc_lib_nrf52.lib) from the project if you don't use it and have disabled in in sdk_config.h.

Children
Related