Page 1 of 1

undefined reference to setIntc

Posted: Thu Oct 13, 2016 4:17 am
by bfp281
I installed the BETA version NBEclipse 2.8.1. for MOD5282. During compiling my application, I get link error - "undefined reference to setIntc".
I set the NetBurner Options -> Reload selected platform's properties file. However it did not help.
Any suggestions to fix this problem?

Re: undefined reference to setIntc

Posted: Thu Oct 13, 2016 10:17 am
by dciliske
post the full error and possibly the map file. SetIntC has different formats depending on the platform...

Re: undefined reference to setIntc

Posted: Fri Oct 14, 2016 10:12 am
by pbreed
This was a 2.7.x to 2.8.1 C++ binding problem.
The old code had SetIntc as extern "C",2.8.x did away with almost all the extern "C"