Dev86: Difference between revisions

From CBLFS
Jump to navigationJump to search
kill the elk
No edit summary
Line 43: Line 43:
Compile the package:
Compile the package:


patch -Np1 -i ../dev86-noelks.patch
  make CC="gcc ${BUILDN32}"
  make CC="gcc ${BUILDN32}"


Line 53: Line 54:
Compile the package:
Compile the package:


patch -Np1 -i ../dev86-noelks.patch
patch -Np1 -i ../dev86-x86_64.patch
  make CC="gcc ${BUILD64}"
  make CC="gcc ${BUILD64}"



Revision as of 21:22, 22 October 2007

Download Source: http://homepage.ntlworld.com/robert.debath/dev86/Dev86src-0.16.17.tar.gz

Introduction to Dev86

Dev86 is a linux 8086 development enviornment.

Project Homepage: Unknown

Dependencies

Note: Pure64 Builds

The following sed command will allow dev86 to compile on 64bit systems (this negates the elksemu build):

sed -i.orig -e 's,alt-libs elksemu,alt-libs,' -e 's,install-lib install-emu,install-lib,' makefile.in

Non-Multilib

Compile the package:

make

Install the package:

make install

Multilib

32bit

Compile the package:

make CC="gcc ${BUILD32}"

Install the package:

make install

N32

Compile the package:

patch -Np1 -i ../dev86-noelks.patch 
make CC="gcc ${BUILDN32}"

Install the package:

make install

64Bit

Compile the package:

patch -Np1 -i ../dev86-noelks.patch 
patch -Np1 -i ../dev86-x86_64.patch 
make CC="gcc ${BUILD64}"

Install the package:

make install
Retrieved from "?title=Dev86&oldid=11764"