FG
💻 Software

How do you install gnu MAKE without compiler

Fresh7 days ago
Mar 15, 20264014 views
Confidence Score0%
0%

Problem

I'm a little new in this area. I have a virtual machine centos5.1 that doesn't come with make or any compiler... basically stripped down. It doesn't come with any install packages like yum, rpm or apt. In order to install 'make', you have to have a valid compiler like gcc. However, in order to comp…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do you install gnu MAKE without compiler

Low Risk

Cross-compile the toolchain on another system to your target architecture (whatever the VM is emulating) and then copy it over via FTP or SCP.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment