4
votes
7answers
899 views
Linux cross-compilation for ARM architecture
I am interested in cross-compile a Linux kernel for an ARM target on a x86 host.
There are some good practices you recommend?
Which is the best cross-compile suite in your opinion? …
1
vote
profile program’s speed on Linux
If I've understood, typing "time myapplication" on a bash command line is not what you are looking for.
If you want accuracy, you must use a profiler... You have the source, yes?
Tr …
2
votes
Is dd better than cat?
If I remember correctly, dd is much more "low level" in is approach, skipping such fancy things as filesystems and all the bells and whistles :)
One time, dd literally saved my precious, eh …
