What that is telling you is the config for your particular device is not valid. You need to reconcile your configuration line in your code to agree with either the data sheet or the device file in the GCBasic/chipdata folder. This happens to me all the time, is it BOREN or BODEN?, MCLRE or MCLR? etc.
If your project meets the GCBasic standard configuration file, you can try skipping/eliminating the configuration line.
If that doesn't work, get back with which device and the offending config line.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
if I go to the command line everything works... im not shure why it works then...
But now when I send the program to the microchip bootloader it does not work it is just a light blinking program. Also I changed the ORG destintation to 0x800 after it did not work to try to have it go in after the bootloader... still does not work...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
a assembly error unlnown opcode config
this is in compile.err
compiled.asm:10:Error [174] Unknown opcode "CONFIG"
what file do I load into the pic? x.hex? where is it found?
What that is telling you is the config for your particular device is not valid. You need to reconcile your configuration line in your code to agree with either the data sheet or the device file in the GCBasic/chipdata folder. This happens to me all the time, is it BOREN or BODEN?, MCLRE or MCLR? etc.
If your project meets the GCBasic standard configuration file, you can try skipping/eliminating the configuration line.
If that doesn't work, get back with which device and the offending config line.
if I go to the command line everything works... im not shure why it works then...
But now when I send the program to the microchip bootloader it does not work it is just a light blinking program. Also I changed the ORG destintation to 0x800 after it did not work to try to have it go in after the bootloader... still does not work...