I'm getting the same results, but I can't figure how to make this work. I'm very new at this.
Just to make sure that MPLAB would work with the compiler, I made a very small project. Only one c file (test.c) and one library (libc.pic16.lib).
I chose a target of PIC16F628. The C file is this: (yes, I know it's missing config fuses but this should not prevent a successful build)
#include <system.h>
void main(void){
trisa=0;
porta=0;
}
I setup the toolsuite setup like shown in the manual, links to compiler and linker, no paths. In the project libraries, like I me