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

eclipse missing symbols

i have a minor issue with my eclipse setup.

in the BLE_Peripheral_HTS example eclipse can't find the NRF_CLOCK_LFCLKSRC reference. codeline 604 in the main.c

Im using the S132 on a nrf52-dk.

Can someone help getting it fixed? Or tell me where all NRF_CLOCK_LFCLKSRC related defines are.

Parents Reply
  • I assume you followed the "Enable auto discovery of symbols, include paths and compiler settings" section in the Nordic GCC tutorial?

    I checked my settings and they are slightly different from the tutorial but its working for me. For "CDT GCC Build Output Parser" I have (arm-none-eabi-gcc)|([gc]++)|(clang)

    For "CDT Built-in Compiler Settings Cross ARM" I have arm-none-eabi-gcc ${FLAGS} ${cross_toolchain_flags} -E -P -v -dD "${INPUTS}"

    You can try compiling with these settings and see if they work for you.

Children
No Data
Related