amiga-bootcamp/13_toolchain
Ilia Sharin 9f5d9de1ed docs: expand 7 Tier 3 articles to Deep quality
- gcc_amiga.md: 101→606 lines — pipeline, Docker, platform builds, flags, antipatterns, FAQ
- trackdisk.md: 178→428 lines — MFM encoding, 16-command reference, antipatterns, FPGA impact
- console.md: 244→470 lines — decision guide, TUI/progress cookbooks, antipatterns, pitfalls
- layers.md: 224→739 lines — ClipRect engine, LVO API, backfill hooks, 4 antipatterns, optimization
- text_fonts.md: 215→708 lines — ColorFont, Compugraphic outlines, 3 cookbooks, 4 antipatterns
- windows.md: 370→778 lines — 5 antipatterns, decision guide, 3 cookbooks, modern analogies
- menus.md: 378→695 lines — render chain diagram, 5 antipatterns, lifecycle cookbook, 6 FAQ
2026-05-12 22:04:16 -04:00
..
debugging.md More content added 2026-04-26 14:46:18 -04:00
fd_files.md docs(amiga): make cross-references clickable markdown links 2026-04-23 12:24:21 -04:00
gcc_amiga.md docs: expand 7 Tier 3 articles to Deep quality 2026-05-12 22:04:16 -04:00
makefiles.md docs(amiga): make cross-references clickable markdown links 2026-04-23 12:24:21 -04:00
ndk.md docs(amiga): complete AmigaOS 3.1/3.2 developer reference — 172 files across 17 sections 2026-04-23 12:17:35 -04:00
pragmas.md docs(amiga): make cross-references clickable markdown links 2026-04-23 12:24:21 -04:00
README.md More content added 2026-04-26 14:46:18 -04:00
sasc.md More content added 2026-04-26 14:46:18 -04:00
stormc.md More content added 2026-04-26 14:46:18 -04:00
vasm_vlink.md More content added 2026-04-26 14:46:18 -04:00
vbcc.md More content added 2026-04-26 14:46:18 -04:00

← Home

Toolchain — Overview

Development tools for building Amiga software, from native compilers to modern cross-compilation environments.

Section Index

File Description
gcc_amiga.md m68k-amigaos-gcc cross-compiler: bebbo's toolchain, Docker setup, CPU targets, libnix/ixemul startup
vbcc.md VBCC: Volker Barthelmann's portable C compiler — __reg() storage class, AmigaOS/MorphOS/AROS targets, vlink integration, cross-compilation
sasc.md SAS/C 6.x: pragma format with register encoding, compiler/linker flags, __saveds/__asm idioms, SAS/C vs GCC comparison
stormc.md StormC native IDE: C/C++ with exceptions, integrated debugger, PowerPC support, version history
vasm_vlink.md vasm assembler & vlink linker: modular architecture (CPU/syntax/output modules), Devpac/PhxAss compatibility, optimization system, linker scripts, multi-file projects, C↔asm interop, 30+ output formats, cross-platform workflows
fd_files.md FD/SFD file format and LVO generation
pragmas.md Compiler pragmas and inline stubs: SAS/C pragmas, GCC inline asm, proto headers, fd2pragma
ndk.md NDK versions (3.1/3.9/3.2): contents, downloads, cross-compiler integration
makefiles.md Makefile patterns for GCC cross-compilation, vasm/vlink assembly, mixed C+asm projects
debugging.md Debugging tools: Enforcer/MuForce memory watchdog, SnoopDOS tracing, FS-UAE GDB remote, kprintf, debugging checklist