You are not logged in.
Hi,
I am developing program for raspberry pi, and i need to have libraries on my pc to cross-compile it.
Is there a way for me to download libs from pacman to something like /build/usr/lib, so i don't need to compile my packages?
Thanks
Last edited by ivokosir (2013-12-07 22:21:16)
Offline
Cross compiling for the pi is best done with distcc on the pi using your more powerful pc also running distcc and the right toolchain. The pi uses the ARMv6l hard toolchain. This is the official recommendation by the Arch ARM devs. http://archlinuxarm.org/developers/dist … -compiling
Last edited by graysky (2013-12-07 21:07:51)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
If you want to avoid using the pi, you could try to run arch arm in a virtual machine and run distcc from there.
Last edited by progandy (2013-12-07 21:08:58)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
So on arch, it is standard to use distcc?
Is it only on arch, or it is like that for all distros(debian and fedora)?
Thanks for replies
EDIT:
If i wasn't clear, I need this strictly for development, not for creating arch packages.
Last edited by ivokosir (2013-12-07 21:44:32)
Offline
This is the official recommendation by the Arch ARM devs
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline