Dev86: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
Multilib: Added the patch lines needed for the new (relatively speaking) Make 3.82 patch
 
(12 intermediate revisions by 4 users not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://homepage.ntlworld.com/robert.debath/dev86/Dev86src-{{Dev86-Version}}.tar.gz
|http://homepage.ntlworld.com/robert.debath/dev86/Dev86src-{{Dev86-Version}}.tar.gz
|}
|-
{| style="text-align: left; background-color: AliceBlue;"
!Download Patch:
|http://svn.cross-lfs.org/svn/repos/patches/dev86/dev86-{{Dev86-Version}}-noelks-1.patch
|-
!Download Patch:
|http://svn.cross-lfs.org/svn/repos/patches/dev86/dev86-{{Dev86-Version}}-x86_64-1.patch
|-
|-
!Download Source:
!Download Patch:
| ftp://194.199.20.114/linux/fedora/core/development/source/SRPMS/dev86-0.16.17-4.fc7.src.rpm
|http://svn.cross-lfs.org/svn/repos/patches/dev86/dev86-{{Dev86-Version}}-make3.82-1.patch
|}
|}


----
----


{{Package-Introduction|Dev86 is a linux 8086 development enviornment.}}
{{Package-Introduction|Dev86 is a Linux 8086 development enviornment.}}
 
== 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 ==
== Non-Multilib ==
Line 26: Line 22:
Compile the package:
Compile the package:


patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch &&
  make
  make


Line 38: Line 35:
Compile the package:
Compile the package:


  patch -Np1 -i ../dev86-noelks.patch
  patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch &&
patch -Np1 -i ../dev86-{{Dev86-Version}}-make3.82-1.patch &&
  make CC="gcc ${BUILD32}"
  make CC="gcc ${BUILD32}"


Line 49: Line 47:
Compile the package:
Compile the package:


  patch -Np1 -i ../dev86-noelks.patch  
  patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch &&
patch -Np1 -i ../dev86-{{Dev86-Version}}-make3.82-1.patch &&
  make CC="gcc ${BUILDN32}"
  make CC="gcc ${BUILDN32}"


Line 60: Line 59:
Compile the package:
Compile the package:


  patch -Np1 -i ../dev86-noelks.patch  
  patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch &&
  patch -Np1 -i ../dev86-x86_64.patch  
  patch -Np1 -i ../dev86-{{Dev86-Version}}-x86_64-1.patch &&
  make CC="gcc ${BUILD64}"
patch -Np1 -i ../dev86-{{Dev86-Version}}-make3.82-1.patch &&
  make CC="gcc ${BUILD64}"  


Install the package:
Install the package:


  make install
  make LIBDIR=/usr/lib64/bcc INCLDIR=/usr/lib64/bcc install
 
[[Category:Programming]]

Latest revision as of 13:12, 26 July 2013

Download Source: http://homepage.ntlworld.com/robert.debath/dev86/Dev86src-0.16.17.tar.gz
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/dev86/dev86-0.16.17-noelks-1.patch
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/dev86/dev86-0.16.17-x86_64-1.patch
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/dev86/dev86-0.16.17-make3.82-1.patch

Introduction to Dev86

Dev86 is a Linux 8086 development enviornment.

Project Homepage: Unknown

Non-Multilib

Compile the package:

patch -Np1 -i ../dev86-0.16.17-noelks-1.patch &&
make

Install the package:

make install

Multilib

32bit

Compile the package:

patch -Np1 -i ../dev86-0.16.17-noelks-1.patch &&
patch -Np1 -i ../dev86-0.16.17-make3.82-1.patch &&
make CC="gcc ${BUILD32}"

Install the package:

make install

N32

Compile the package:

patch -Np1 -i ../dev86-0.16.17-noelks-1.patch  &&
patch -Np1 -i ../dev86-0.16.17-make3.82-1.patch &&
make CC="gcc ${BUILDN32}"

Install the package:

make install

64Bit

Compile the package:

patch -Np1 -i ../dev86-0.16.17-noelks-1.patch &&
patch -Np1 -i ../dev86-0.16.17-x86_64-1.patch &&
patch -Np1 -i ../dev86-0.16.17-make3.82-1.patch &&
make CC="gcc ${BUILD64}" 

Install the package:

make LIBDIR=/usr/lib64/bcc INCLDIR=/usr/lib64/bcc install
Retrieved from "?title=Dev86&oldid=21559"