Tagged Questions
4
votes
0answers
395 views
CLFS: Building GCC cross compiler
Currently I try to build a embedded Linux from scratch with the instructions from Cross Linux from Scratch.
Everything worked fine until I tried to compile the GCC Cross-Compiler. I want to build the ...
2
votes
2answers
235 views
Is it safe to just copy shared libraries onto embedded Linux device?
The following is contained in the vendor user manual for its embedded Linux distro on the hardward board they supply
Developers can put their program onto X-Linux device via FTP or NFS.
Before ...
5
votes
1answer
216 views
What distribution-maintained cross-compile toolchain packages exist?
I have just learned of Gentoo's sys-devel/crossdev package. This is a package that is useful for creating a cross-compiling toolchain.
Are there any other such packages out there on other ...
2
votes
2answers
2k views
using cross-compiled Valgrind
I have downloaded the sources from the Valgrind trunk and built it for using on an embedded Linux system(Montavista Linux) powered by an ARM926(ARMv5t architecture). Everything went well until I tried ...