Can you run ARM Assembly on a Raspberry Pi ARM Linux inside VirtualBox or other similar software?

0

Can you run ARM Assembly on a Raspberry Pi ARM Linux inside VirtualBox or other similar software?

I would like to run the projects from Think in Geek without the Raspberry Pi below with software emulation.

https://thinkingeek.com/2013/01/09/arm-assembler-raspberry-pi-chapter-1/

Shyamal Chandra

Posted 2019-04-23T02:39:30.923

Reputation: 1

Use qemu to emulate ARM CPU. – Biswapriyo – 2019-04-23T05:02:48.537

@Biswapriyo: Thanks a lot for the pointer! Do you have any links to some tutorials for setup? – Shyamal Chandra – 2019-04-23T12:33:04.450

Google this "cross compile arm assembly with gcc". – Biswapriyo – 2019-04-23T12:50:23.557

No answers