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 sir

    Update my problem first.

    I move my whole nRF5_SDK_15.0.0_a53641a under C file.

    And above problem disappear, but comes up the below error message.

    .\_build\nrf52832_xxaa_s132.axf: error: L6002U: Could not open file ..\..\..\..\..\..\..\external\micro-ecc\nrf52hf_keil\armgcc\micro_ecc_lib_nrf52.lib: No such file or directory

    I know micro_ecc_lib_nrf52.lib have to compile by gcc.

    But I tried some many way on this page, the make command still not work. (new gay in gcc, sor....

     It is possible to ignore this library to compile this project?

    many Thx

Children
Related