Build-Environment for the Pi
for people who wants to hack a little bit on the RasPi-version i have writen an script thah creates an complete build environment with crosscompiler and qt5.4.0. you can find it under http://pastebin.com/DuqyxLgb
The problem of your post is that everyone that will use your script and will encounter issues, will ask for support in this forum.
I am not willing to add this support activity to my other infinite number of tasks.
So, it would be more correct if you added also something like "If you encounter issues, contact me here: ..."
I am not willing to add this support activity to my other infinite number of tasks.
So, it would be more correct if you added also something like "If you encounter issues, contact me here: ..."
I think, its clear that i have to give support for the script in this thread. i will have an eye on this thread.
Fair enough.
On an unrelated topic, I've added a link to your OSX build using D2XX here:
https://sourceforge.net/p/qlcplus/discu ... /73d5dfcf/
On an unrelated topic, I've added a link to your OSX build using D2XX here:
https://sourceforge.net/p/qlcplus/discu ... /73d5dfcf/
- karrika
- Posts: 60
- Joined: Tue May 12, 2015 6:50 am
- Real Name: Karri Kaksonen
Hi Chris,
I ran the script on Ubuntu 14.04 64-bit laptop and it went quite far.
A few errors did pop up:
cannot open /home/karri/RPiqlcplus/Raspberry/rootfs/usr/lib/arm-linux-gnueabihf/libz.so
cannot open /home/karri/RPiqlcplus/Raspberry/rootfs/usr/lib/arm-linux-gnueabihf/libdl.so
cannot open /home/karri/RPiqlcplus/Raspberry/rootfs/usr/lib/arm-linux-gnueabihf/librt.so
cannot open /home/karri/RPiqlcplus/Raspberry/rootfs/usr/lib/arm-linux-gnueabihf/libm.so
After this there is a ton of unsolved references to functions that obviously are in the missing libraries.
This is the 1st time I try to cross-compile for Raspberry Pi.
I ran the script on Ubuntu 14.04 64-bit laptop and it went quite far.
A few errors did pop up:
cannot open /home/karri/RPiqlcplus/Raspberry/rootfs/usr/lib/arm-linux-gnueabihf/libz.so
cannot open /home/karri/RPiqlcplus/Raspberry/rootfs/usr/lib/arm-linux-gnueabihf/libdl.so
cannot open /home/karri/RPiqlcplus/Raspberry/rootfs/usr/lib/arm-linux-gnueabihf/librt.so
cannot open /home/karri/RPiqlcplus/Raspberry/rootfs/usr/lib/arm-linux-gnueabihf/libm.so
After this there is a ton of unsolved references to functions that obviously are in the missing libraries.
This is the 1st time I try to cross-compile for Raspberry Pi.