On 9 February 2011 14:31, V G wrote: > Hey all, > > I've been doing a little work with the UBW32 (PIC32 development board), a= nd > have been using the new MPLAB X (beta) with C32 lite. > > So far, everything works to build my hex file for a simple LED blinking > program (attached, if anyone interested). However, there is one thing tha= t > concerns me, especially since MPLAB X is essentially Netbeans. > > Everything builds properly, which means that the compiler and associated > tools can find where all the files are. Also note that I created the proj= ect > from scratch, not import it from somewhere else. However, the problem is, > MPLAB X underlines in RED the following two functions: > > line 40: INTEnableSystemMultiVectoredInt(); > line 73: mCTClearIntFlag(); > > It tells me that it is unable to resolve these two functions, but I have > been able to find at least one of these functions in a file 2 header file= s > deep. > > Any idea why this may be happening? Are these functions inline, or maybe just #defines? Possibly the way that the IDE resolves this references is different to the way that the linker does. > > Note that everything build perfectly. > > Also, what do you guys think of MPLAB X? I think it's awesome, about time > they moved away from that ancient MPLAB and into something more modern li= ke > Netbeans, although Eclipse would have been a good choice too. > I installed it, but didn't go much further when I found out that it doesn't support PicKit2 Matt --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .