Hello guys,
the pixy is a really nice product. Thank you for making it open source.
Rich, I appreciate the extra effort you made converting the source to gcc a lot.
I tried to build the firmware, but at the moment I'm stuck. Could you please help me with the build?
I use LPCXpresso v7.6.2 [Build 326] [2015-02-02] on Windows 7 with 32b version of Cygwin and gcc-core 4.9.3-1, gcc-g++ 5.2.0-1, make 4.1-1 from Cygwin's Devel menu.
I downloaded the gcc branch from Github (pixy-gcc.zip) and imported it to LPCXpresso.
So far so good.
Unfortunately the problems started right after that :o]
When I try to build the "build_this_first" project, LPCXpresso reports one error:
makefile:2: recipe for target 'all' failedThe makefile contains three linux shell copy commands
cp ../common/src/* ../libpixy_m0/src
cp ../common/src/* ../libpixy_m4/src
cp ../../common/src/* ../libpixy_m4/src
which are not executed.
- What do I need to install to get the Linux shell function?
The script should copy contents of the ../common/src and ../../common/src/ directories to /libpixy_mX/src directories
- Why should it copy only the source files and not the header files?
- How can this work when the "common" directories are not copied to the workspace at all during import since they do not contain the ".project" files?
I then copied both the source and header files manually to the project directories.
This took care about most of the build errors, but there are still three left:
I am obviously doing something wrong, could you please point me in the right direction?
