Quote:
Originally Posted by sguerrini97
If you are still looking in how to setup a cross toolchain, it's very simple on debian (should work on Ubuntu too):
I think what knc1 suggested is a better approach, just wanted to show an easier way.
Edit:
Here is what knc1 suggested https://wiki.debian.org/QemuUserEmulation
Get the xmahjong source then
Code:
./configure --build=x86_64-linux-gnu --host=arm-linux-gnueabi
make
Binary file is "src/xmahjongg"
When I run it I get the same result as the first screenshot OP posted
|
Would you mind explaining quickly the comparison of/positives and negatives of:
1. installing the cross compiler toolchain,
2. using qemu and compiling it on the (emulated) device.
You say you think knc1's idea of using qemu is better, why I don't understand why.
I want to build some code for kindle, but I'm not sure which method to follow.
I really appreciate it, thank you!