Page 1 of 1

Plib in mplabX

PostPosted: Mon Feb 01, 2016 6:53 pm
by Tiago
Hello everyone.
I have 1 year experience in micontroladores the pic family. I always used the MikroC software for PIC.
But my company is reshaping the software and I am experiencing the mplabX IDE.
I'm using XC8 compiler, and installed the "PLIB" libraries. But whenever #includes use <plib / usart.h>, or another library that folder have an error similar to this:

:: warning: (1273) Omniscient Code Generation not available in Free mode
:0: error: (499) undefined symbol:
_Open1USART(dist/default/production\USART_PIC18.X.production.obj)
(908) exit status = 1

It will be to have just the free version? :?
sry my bad Inglês.
Ty;)

Re: Plib in mplabX

PostPosted: Mon Feb 01, 2016 7:05 pm
by vloki
Did you check "Link in Peripheral Library" in the
Project Properties -> XC8 linker ?