Hello,
I'm trying to begin using the C language for PIC's, having done my previous projects in assembly. (ra68gi's post for beginners makes it seem pretty straight-forward! Thanks!)
This is my first program, written simply to learn the compiler's ropes, before I start to flash a few lights.
I've read the BoostC compiler manual, done searches, and am still stumped as to why I get a "FATAL: Unexpected EOF" error from this:
#include <system.h>
#pragma CLOCK_FREQ 20000000 //20MHz
#pragma DATA _CONFIG, _CP_OFF &_DEBUG_OFF & _WRT_OFF & _CPD_OFF & _LVP_OFF &a