Als ik de tweede demo wil builden dan krijg ik telkens dezelfde foutmelding. (hieronder de melding). Ik heb alle include files onder C:\Program Files\Microchip\MPLAB C30\include geplaatst. Hoe kan ik verder?
Clean: Deleted file "C:\Program Files\Microchip\MPLAB C30\examples\demo2\Demo2.mcs".
Clean: Done.
Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -c -x c -I"C:\Explorer-16\Demo2\Include" "adpcm.c" -o"C:\EXPLOR~1\Demo2\INTERM~1\adpcm.o" -g
Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -c -x c -I"C:\Explorer-16\Demo2\Include" "helpers.c" -o"C:\EXPLOR~1\Demo2\INTERM~1\helpers.o" -g
Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -c -x c -I"C:\Explorer-16\Demo2\Include" "jspeech.c" -o"C:\EXPLOR~1\Demo2\INTERM~1\jspeech.o" -g
Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -c -x c -I"C:\Explorer-16\Demo2\Include" "MPFS.c" -o"C:\EXPLOR~1\Demo2\INTERM~1\MPFS.o" -g
In file included from C:/Program Files/Microchip/MPLAB C30/support/h/peripheral_24F/spi.h:47,
from C:/Program Files/Microchip/MPLAB C30/Include/compiler.h:64,
from MPFS.c:42:
C:/Program Files/Microchip/MPLAB C30/support/h/peripheral_24F/Generic.h:222: error: redeclaration of `enum _BOOL'
C:/Program Files/Microchip/MPLAB C30/support/h/peripheral_24F/Generic.h:222: error: conflicting types for `FALSE'
C:/Program Files/Microchip/MPLAB C30/Include/StackTsk.h:457: error: previous declaration of `FALSE'
C:/Program Files/Microchip/MPLAB C30/support/h/peripheral_24F/Generic.h:222: error: conflicting types for `TRUE'
C:/Program Files/Microchip/MPLAB C30/Include/StackTsk.h:457: error: previous declaration of `TRUE'
C:/Program Files/Microchip/MPLAB C30/support/h/peripheral_24F/Generic.h:258: error: redefinition of `union _BYTE_VAL'
C:/Program Files/Microchip/MPLAB C30/support/h/peripheral_24F/Generic.h:265: error: redefinition of `union _WORD_VAL'
C:/Program Files/Microchip/MPLAB C30/support/h/peripheral_24F/Generic.h:283: error: redefinition of `union _DWORD_VAL'
Halting build on first failure as requested.
BUILD FAILED: Mon Jan 22 19:58:23 2007
