|
Post by gurce on Sept 3, 2018 11:38:51 GMT
Hey all,
I was wondering if anyone had considered a path to write code / apps for the A20?
Any thoughts to share on the path you're taking?
I was pondering ideas of compiling the vice vic20 emulator and dropping it on there.
Taking a stab in the dark, I googled about, and QEMU got a mention as a means to emulate the Arm processor.
I've installed a debian linux onto it. I'm guessing I'll suffer from shared library clashes for sure with this path, but oh well, just thought I'd take any path I could find and just learn a few lessons to guide me to a better path next time.
|
|
|
Post by gurce on Sept 5, 2018 10:40:34 GMT
Hmm, the sunxi wiki site mentions an arm cross-compiler that they use to build their kernel, maybe that's another possibility... linux-sunxi.org/Toolchain
|
|
|
Post by jj0 on Sept 12, 2018 12:44:51 GMT
Hmm, the sunxi wiki site mentions an arm cross-compiler that they use to build their kernel, maybe that's another possibility... linux-sunxi.org/ToolchainWhat I've done for small programs is to follow the instructions for the sunxi tools (using the sunxi toolchain) and then compile the program as a static binary to avoid library version clashes.
|
|