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?
undefined reference to setIntc
Re: undefined reference to setIntc
post the full error and possibly the map file. SetIntC has different formats depending on the platform...
Dan Ciliske
Project Engineer
Netburner, Inc
Project Engineer
Netburner, Inc
Re: undefined reference to setIntc
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"
The old code had SetIntc as extern "C",2.8.x did away with almost all the extern "C"