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

Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()

I am trying to setup the hrs sample with gcc (4.8.3) and Eclipse Kepler but althoug it compiles fine the editor is complaining about:

Symbol 'softdevice_evt_schedule' could not be resolved Symbol 'app_timer_evt_schedule' could not be resolved

Can sombody explain that issue?

Brgds Maik

Parents Reply
  • FormerMember
    0 FormerMember in reply to Mike

    In addition to what Ole has mentioned, do include the paths {path-until-here}/gcc-arm-none-eabi-4_8-2013q4/arm-none-eabi/include {path-until-here}/gcc-arm-none-eabi-4_8-2013q4/arm-none-eabi/lib/gcc/arm-none-eabi/4.8.3/include

    This will let Eclipse find stdint.h and its buddies so that uint32_t can be understood. The actual path might vary depending on the version of GCC that you are using. Cheers.

Children
No Data
Related