Mega-Micro's
Microcomputer projects new & old
Mega-Micros Home
12 Edgefield Close
Redditch B98 7WB
ENGLAND
 
+44 (0)7973 265572
info@mega-micros.co.uk
68000 68030 CPLD FPGA ARM
SHOP        
Systems
68000 CPU
68000 CPU-2
68000 CPU-2.1
Backplane
Backplane-2
Memory
Memory-2
Memory-3
Memory-3.1
Hex Display
Dual 6850
Dual 6850-2
68681
68230
68230-2
ACRTC
IDE
IDE-2
Protoboard
Other Boards
Software
  EASy68K
  WSL & Linux
  GCC
  Make
  Quartus II
  C-Kermit
  CP/M-68K
  OTHER
Programming
Documents
Datasheets
Quick Tips
Blog
 
Make

Make utilities automate the process of compiling and linking code, ensuring that only the necessary parts of a project are updated and recompiled. They are at the very least useful and sometimes essential for managing the build process of larger software projects.

This page provides instructions on installing GNU Make. It is assumed the main OS is Windows 10 with WSL & Linux already installed.

 
Installing GNU Make
 
Sign in to Linux and at the $ prompt enter the following command:
 
sudo apt install make
 

The GNU Make utility is now installed.

 

We now have a handy utility that can invoke the GCC Assembler, C Compiler, Linker, and the Object Copy tool taking as input one or more source files and producing output files (.bin .srec etc.) suitable for downloading and running on any Mega-680x0 Computer System.

 
Checking the GNU Make version
 
Type: make -version
 
Typical response:
GNU Make 4.1
Built for x86_64-pc-linux-gnu
 
 
Disclaimer
All hardware designs, software, and information shared on this website is provided "as is"
without warranty of any kind and strictly for personal non-commercial use only.
 
 
Website V0.97 (C) 2021 Mega-Micros
Status: under construction
Mega-Micros Home
12 Edgefield Close
Redditch B98 7WB
ENGLAND
 
+44 (0)7973 265572
info@mega-micros.co.uk