m68k-elf-gcc

GNU compiler collection for Motorola 68000 embedded systems

brewmacoslinux
Try with needOr install directly
Source

About

GNU compiler collection m68k-elf

Commands

m68k-elf-gccm68k-elf-g++m68k-elf-ldm68k-elf-arm68k-elf-asm68k-elf-objdumpm68k-elf-objcopym68k-elf-nmm68k-elf-stripm68k-elf-ranlib

Examples

Compile a C source file for m68k architecture$ m68k-elf-gcc -O2 -c firmware.c -o firmware.o
Link object files into an executable ELF binary$ m68k-elf-gcc -o firmware.elf firmware.o -Wl,-Map=firmware.map
Extract binary from ELF for flashing to device$ m68k-elf-objcopy -O binary firmware.elf firmware.bin