Peters-iMac:~ phollands$ mkdir david_test
Peters-iMac:~ phollands$ cd david_test
Peters-iMac:david_test phollands$ git clone git://github.com/MatrixPilot/MatrixPilot
Cloning into 'MatrixPilot'...
remote: Counting objects: 31255, done.
remote: Total 31255 (delta 0), reused 0 (delta 0), pack-reused 31255
Receiving objects: 100% (31255/31255), 37.62 MiB | 1.43 MiB/s, done.
Resolving deltas: 100% (23171/23171), done.
Peters-iMac:david_test phollands$ ls
MatrixPilot
Peters-iMac:david_test phollands$ cd MatrixPilot/
Peters-iMac:MatrixPilot phollands$ ls
Config MAVLink Microchip RollPitchYaw build-all.bat display.bat libDCM libSTM libVectorMatrix
Doxyfile MatrixPilot README.md Tools build-all.sh gensvnlog.bat libFlashFS libUDB makefile
Peters-iMac:MatrixPilot phollands$ git status
# On branch master
nothing to commit, working directory clean
Peters-iMac:MatrixPilot phollands$
--
--
---
You received this message because you are subscribed to the Google Groups "uavdevboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uavdevboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Follows is a summary of new features with each release. Please be sure to check for migration notes or new documentation in the relevant sections of this file.
We have made some significant code-size improvements.
We are now using the MPLAB C30 C library. If you wish to continue to use the C library shipped with MPLAB XC16 prior to XC16 v1.25, you may use the option -no-legacy-libc on the command line.
We have added several new compiler builtin functions. Please see Documentation Updates for complete details.
Part support version information is now part of the device specific header files as a manifest constant. Please see Documentation Updates for complete details.
The peripheral libraries are no longer shipped with the compiler package. These may be downloaded separately from the MPLAB XC download page.
The compiler is smarter about picking the default data memory model. Please see Documentation Updates for complete details.
This release also contains part support updates.
Hi All,I need some help to resolve the missing files for compiling UDB5 projects.- I have MPLab X IDE V3.10 and xc16 complier installed in my PC- I downloaded the entire code and the folders through TortoiseSVN for all UDB5 projects and files.After I loaded LedTest-udb5.mcp to MPLab X IDE and built the project, I got the following errors:============================== ============================== ============================== ============================== ============================== ============
"C:\Program Files (x86)\Microchip\xc16\v1.25\ bin\xc16-gcc.exe" ../../../libUDB/libUDB.c -o build/default/production/_ext/ 1159519357/libUDB.o -c -mcpu=33FJ256GP710A -MMD -MF "build/default/production/_ ext/1159519357/libUDB.o.d" -g -omf=elf -legacy-libc -mlarge-code -mlarge-data -O0 -I"../../../Tools/LedTest/ Config" -I"../../../" -I"../../../Microchip" -I"../../../Microchip/Include" -I"../../../libVectorMatrix" -DUDB5 -msmart-io=1 -Wall -msfr-warn=off
../../../libUDB/heartbeat.c: In function 'heartbeat_pulse':../../../libUDB/heartbeat.c: 120:2: warning: implicit declaration of function 'udb_callback_read_sensors'
"C:\Program Files (x86)\Microchip\xc16\v1.25\ bin\xc16-gcc.exe" ../../../libUDB/magnetometer.c -o build/default/production/_ext/ 1159519357/magnetometer.o -c -mcpu=33FJ256GP710A -MMD -MF "build/default/production/_ ext/1159519357/magnetometer.o. d" -g -omf=elf -legacy-libc -mlarge-code -mlarge-data -O0 -I"../../../Tools/LedTest/ Config" -I"../../../" -I"../../../Microchip" -I"../../../Microchip/Include" -I"../../../libVectorMatrix" -DUDB5 -msmart-io=1 -Wall -msfr-warn=off"C:\Program Files (x86)\Microchip\xc16\v1.25\ bin\xc16-gcc.exe" ../../../libUDB/mcu.c -o build/default/production/_ext/ 1159519357/mcu.o -c -mcpu=33FJ256GP710A -MMD -MF "build/default/production/_ ext/1159519357/mcu.o.d" -g -omf=elf -legacy-libc -mlarge-code -mlarge-data -O0 -I"../../../Tools/LedTest/ Config" -I"../../../" -I"../../../Microchip" -I"../../../Microchip/Include" -I"../../../libVectorMatrix" -DUDB5 -msmart-io=1 -Wall -msfr-warn=off"C:\Program Files (x86)\Microchip\xc16\v1.25\ bin\xc16-gcc.exe" ../../../libUDB/mpu6000.c -o build/default/production/_ext/ 1159519357/mpu6000.o -c -mcpu=33FJ256GP710A -MMD -MF "build/default/production/_ ext/1159519357/mpu6000.o.d" -g -omf=elf -legacy-libc -mlarge-code -mlarge-data -O0 -I"../../../Tools/LedTest/ Config" -I"../../../" -I"../../../Microchip" -I"../../../Microchip/Include" -I"../../../libVectorMatrix" -DUDB5 -msmart-io=1 -Wall -msfr-warn=off"C:\Program Files (x86)\Microchip\xc16\v1.25\ bin\xc16-gcc.exe" ../../../libUDB/mpu_spi.c -o build/default/production/_ext/ 1159519357/mpu_spi.o -c -mcpu=33FJ256GP710A -MMD -MF "build/default/production/_ ext/1159519357/mpu_spi.o.d" -g -omf=elf -legacy-libc -mlarge-code -mlarge-data -O0 -I"../../../Tools/LedTest/ Config" -I"../../../" -I"../../../Microchip" -I"../../../Microchip/Include" -I"../../../libVectorMatrix" -DUDB5 -msmart-io=1 -Wall -msfr-warn=off
../../../libUDB/mpu6000.c:35: 17: fatal error: spi.h: No such file or directorycompilation terminated.../../../libUDB/mcu.c: In function 'init_pll':../../../libUDB/mcu.c:325:2: warning: #warning 16 MIPS selected
make[2]: *** [build/default/production/_ ext/1159519357/mpu6000.o] Error 255
make[2]: *** Waiting for unfinished jobs....
nbproject/Makefile-default.mk: 647: recipe for target 'build/default/production/_ ext/1159519357/mpu6000.o' failednbproject/Makefile-default.mk: 654: recipe for target 'build/default/production/_ ext/1159519357/mpu_spi.o' failed
../../../libUDB/mpu_spi.c:29: 19: fatal error: delay.h: No such file or directorycompilation terminated.
============================== ============================== ============================== ============================== ============================== ============It seems spi.h and delay.h (and .c) files are missing. When I tried to build MatrixPilot-udb5, I got the same errors. Does anyone know where I can get these files (.h/.c) for UDB5 projectsAny help will be appreciated.David