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

INLINE function no longer compile

My PC completely bricked so I'm setting up Eclipse and GCC on a new Machine. Everything seems to work except I'm getting two odd compile errors on INLINE functions. The compile errors are:

Symbol 'app_button_evt_schedule' could not be resolved - Semantic Error Symbol 'app_timer_evt_schedule' could not be resolved - Semantic Error Symbol 'softdevice_evt_schedule' could not be resolved - Semantic Error

I've read other posts with somewhat similar issues, but none of those solutions fixed these compile errors. My workspace properly linked all all the required .h files and my project correctly includes all required paths to the SDK.

I have noticed I'm not able to find Cross ARM GCC in my toolchains, even thought I have installed all the required toolchains in nAN-29.

It is very critical that I fix this issue. I hope someone whose been through this can help. Thanks guys

-Kevin Lockwood

p.s.

  • using Eclipse Kepler
  • GNU Tools for ARM Embedded Processors version 4.8 2014q2
  • GNU_VERISON :=4.8.4
Parents Reply Children
No Data
Related