Amiga Test Kit
Summary
Perfect diagnostic tool for your Amiga to test memory, keyboard, floppy, I/O devices, Audio, Chipset and some others! Here is a tutorial how to build it! If you are lazy or not interested in the details you can download the binaries here!Build Amiga Test Kit (on Linux)
Needed Downloads:Extract them to a folder in your home directory e.g. /home/user/projects.
(tar -xvjf binutils-2.28.tar.bz2, same with gcc)
Configure for m68k
../binutils-2.28/configure --prefix=/path/to/install --target=m68k-unknown-elf
Makefile will be created. Build with make && make install../gcc-7.1.0/configure --prefix=/path/to/install --target=m68k-unknown-elf --enable-languages=c --disable-libssp
Makefile will be created. Build with make && make installmpfr not found
try this:./contrib/download_prerequisites
If everything worked like a charm you have to add the new binaries to your PATH variable.
edit ~/bashrc and add this lines:
PATH=$PATH:/path/to/install
export PATH
enter Amiga Test Kit folder and build with:
AmigaOS command:
make testkit
The ADF and distribution ZIP file are now in the testkit/ folder.Write AmigaTestKit.adf to real disk on Amiga:
(TransADF: Link)AmigaOS command:
Output on e.g. A1200 after boot:TransADF DRIVE=DF0: FILE=AmigaTestKit.adf WRITE VERIFY FORMAT
Kommentare
Kommentar veröffentlichen