Getting an error when compiling code using latest Microcode 2.2.1 and PicBasic Pro 2.46 along with Mpasm for 18F4550 such as:
symbol not previously defined (_CPUDIV_OSC1_PLL2_1L)
I have checked my PBP directory and see that 18F4550.INC is there as well as 18F4550.BAS is there.
Have checked the 18F4550.INC file and see:
__CONFIG _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L
Have checked 18F4550.BAS and both files below are in the PBP folder:
include "PIC18EXT.BAS"
include "PBPPIC18.RAM"
Where should these symbols be defined?, should I have to add them to PIC18EXT.BAS?
Any help as always appreciatted.
Regards
Sean.
Bookmarks