On Sun, 29 Apr 2018 23:19:18 +0100, Gareth's Downstairs Computer
wrote:
>Do the standard raspbian, etc, come with C compiler,
>assembler and Python interpreter?
Here's an interesting little exercise to try:
sudo apt-get install qemu-user-static
Get the full assembler package from here:
http://arm.flatassembler.net/
unpack it and do:
sudo cp fasmarm /usr/local/bin
Get some sources from here:
https://github.com/PeterLemon/RaspberryPi
Assemble any of the packages with:
fasmarm -m 262144 kernel7.asm kernel7.img
or kernel.asm or kernel8.asm depending on your Pi.
Prepare the sdcard as described on the site, copy the kernel over and
insert the card into your Pi and boot.
--
aen
--- SoupGate-Win32 v1.05
* Origin: Agency HUB, Dunedin - New Zealand | FidoUsenet Gateway (3:770/3)
|