bhoobalan
Member level 1
- Joined
- Dec 28, 2013
- Messages
- 35
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 8
- Activity points
- 280
Hi friends,
I am new to PIC32 USB starter kit, i want to design graphics touch screen project. I have PIC32 USB Starter Kit II,Graphics PICtail Plus Epson S1D13517 Board & Graphics Display Truly 7” 800x480 Board. And also i have one third party wizard to design the display screen that tool is VGDD and its version is 7.5.9. I have followed the steps given in that VGDD using the help option in that. And also i have MPLABx IDE v1.95,XC32 compiler and Microchip Library application with java. All this are done correctly. Now my code is generated using VGDD in a mplab project, when i build this project i got 2 errors, that errors are
"
The above shown is my Build output.
Friends pls pls pls help me to rectify this error......... I eagerly waiting for your reply....Thank you in advance.
I am new to PIC32 USB starter kit, i want to design graphics touch screen project. I have PIC32 USB Starter Kit II,Graphics PICtail Plus Epson S1D13517 Board & Graphics Display Truly 7” 800x480 Board. And also i have one third party wizard to design the display screen that tool is VGDD and its version is 7.5.9. I have followed the steps given in that VGDD using the help option in that. And also i have MPLABx IDE v1.95,XC32 compiler and Microchip Library application with java. All this are done correctly. Now my code is generated using VGDD in a mplab project, when i build this project i got 2 errors, that errors are
"
"make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `F:/17071_ClassMaterial/PIC32 Labs/P32_Lab1/Lab1_PIC32.X'
make -f nbproject/Makefile-default.mk dist/default/production/Lab1_PIC32.X.production.hex
make[2]: Entering directory `F:/17071_ClassMaterial/PIC32 Labs/P32_Lab1/Lab1_PIC32.X'
../../../Board Support Package/TouchScreen.c: In function 'TouchInit':
../../../Board Support Package/TouchScreen.c:129:20: error: 'ADDRESS_RESISTIVE_TOUCH_VERSION' undeclared (first use in this function)
../../../Board Support Package/TouchScreen.c:129:20: note: each undeclared identifier is reported only once for each function it appears in
"C:\Program Files\Microchip\xc32\v1.22\bin\xc32-gcc.exe" -g -x c -c -mprocessor=32MX795F512L -I.. -I../../../Graphics/Common "-I../../../Board Support Package" -I../../../Microchip/Include -I../../../Microchip/Include/Graphics -MMD -MF build/default/production/_ext/1687970324/TouchScreen.o.d -o build/default/production/_ext/1687970324/TouchScreen.o "../../../Board Support Package/TouchScreen.c"
make[2]: *** [build/default/production/_ext/1687970324/TouchScreen.o] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
make[2]: Leaving directory `F:/17071_ClassMaterial/PIC32 Labs/P32_Lab1/Lab1_PIC32.X'
make[1]: Leaving directory `F:/17071_ClassMaterial/PIC32 Labs/P32_Lab1/Lab1_PIC32.X'
BUILD FAILED (exit value 2, total time: 6s)
The above shown is my Build output.
Friends pls pls pls help me to rectify this error......... I eagerly waiting for your reply....Thank you in advance.