SaraENG
Newbie level 6

Hello,
I'm working with a dsPIC33F and I'm trying to build a simple project, however I keep getting this error:
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Documents and Settings\g00041723\Desktop\piclab.mcs".
Clean: Done.
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mcpu=33FJ256GP710A -x c -c "leds.c" -o"leds.o" -D__DEBUG -g -Wall
cc1.exe: error: invalid option `-mcpu=33FJ256GP710A'
Halting build on first failure as requested.
Does anyone have any idea what does this mean and how to fix it?
I'm working with a dsPIC33F and I'm trying to build a simple project, however I keep getting this error:
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Documents and Settings\g00041723\Desktop\piclab.mcs".
Clean: Done.
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mcpu=33FJ256GP710A -x c -c "leds.c" -o"leds.o" -D__DEBUG -g -Wall
cc1.exe: error: invalid option `-mcpu=33FJ256GP710A'
Halting build on first failure as requested.
Does anyone have any idea what does this mean and how to fix it?