<< return to Pixycam.com

Firmware Compilation Issue

Hello,
I’m a little new to firmware development, so I’d appreciate your help (and patience). I opened the Pixy firmware in uvision (installed from the MDK-lite version), and compiled the four projects in order (libpixy_m4, libpixy_m0, main_m0, then main_m4). The first three projects compiled without errors, but the last project compiled with 575 errors. It seems the same error was repeated for many different objects. Does anyone know how to correct the error below?

Object startup_lpc43xx_m4.o contains Build Attributes that are incompatible with the provided attributes.
Tag_FP_arch = VFPv4 instructions were permitted, but only citing registers D0-D15 (=6)
Tag_ABI_HardFP_use = This code should execute on the single-precision variant derived from Tag_FP_arch (=1)
Tag_FP_HP_extension = Use of the optional half-precision extension to VFPv3/Advanced SIMDv1 was permitted (=1)

Thanks for your help!

Hello,
There may be a few issues. The MDK-lite version is size-limited and it won’t do the final link step. The firmware was written with uvision4 and uvision5 might have some small issues.

I’d recommend joining the firmware SDK group: https://groups.google.com/forum/#!forum/pixy_firmware_sdk

Hope this helps!

Edward