Intro  Base  More  Read  Use  Last 30  60  90  All Articles  RSS


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: bin86-0.16.17   Print


Base Nav: first previous next last All Tab 2 spacerspacer
Source code is available here.

Run these commands:

cd /sources/  &&
tar -xzf bin86-0.16.17.tar.gz &&
cd bin86-0.16.17 &&
make &&
make PREFIX=/usr install

The output should look something like this:

set -e ; for d in ld as; do \
  (cd $d && make "LIBS=" "CFLAGS=-O2 -D_POSIX_SOURCE" "LDFLAGS=" "BINDIR=/usr/local/bin" "LIBDIR=/usr/local/lib" "CC=cc" all;); \
 done
make[1]: Entering directory `/sources/bin86-0.16.17/ld'
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c dumps.c -o dumps.o
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c io.c -o io.o
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c ld.c -o ld.o
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c readobj.c -o readobj.o
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c table.c -o table.o
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c typeconv.c -o typeconv.o
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c linksyms.c -o linksyms.o
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c mkar.c -o mkar.o
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c writex86.c -o writex86.o
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT  -c writebin.c
cc -O2 -D_POSIX_SOURCE -DREL_OUTPUT -c writeemu.c -o writeemu.o
cc  dumps.o io.o ld.o readobj.o table.o typeconv.o linksyms.o mkar.o writex86.o writebin.o writeemu.o -o ld86
cc -O2 -D_POSIX_SOURCE    objchop.c   -o objchop
cc -O2 -D_POSIX_SOURCE    catimage.c   -o catimage
cc -O2 -D_POSIX_SOURCE    objdump86.c   -o objdump8
.
.
.
make[1]: Entering directory `/sources/bin86-0.16.17/ld'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sources/bin86-0.16.17/ld'
make[1]: Entering directory `/sources/bin86-0.16.17/as'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sources/bin86-0.16.17/as'
install -m 755 -s as/as86       /usr/bin/as86
install -m 755 -s ld/ld86       /usr/bin/ld86
install -m 755 -s ld/objdump86  /usr/bin/objdump86
install -m 644     man/*.1       /usr/man/man1
ln -sf                  objdump86 /usr/bin/nm86
ln -sf                  objdump86 /usr/bin/size86


~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.

Copyright 2006-2008 NoNIC.org

Created by:
MCJ
MCJ CMS