undefined reference to setIntc

Topics for the Eclipse Environment
Post Reply
bfp281
Posts: 1
Joined: Wed Oct 12, 2016 12:32 pm

undefined reference to setIntc

Post 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?
User avatar
dciliske
Posts: 623
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: undefined reference to setIntc

Post by dciliske »

post the full error and possibly the map file. SetIntC has different formats depending on the platform...
Dan Ciliske
Project Engineer
Netburner, Inc
User avatar
pbreed
Posts: 1080
Joined: Thu Apr 24, 2008 3:58 pm

Re: undefined reference to setIntc

Post 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"
Post Reply