Develop and Download Open Source Software

Browse CVS Repository

Contents of /uclinux-h8/userland/README

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Wed May 15 17:12:33 2002 UTC (21 years, 10 months ago) by ysato
Branch: MAIN, ysato
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
import from cvs.uclinux.org

1 The Userland Collection for uClinux, June 2001
2
3 These are the sources for the uClinux userland binaries. These serve not
4 only as examples of how to build code for uClinux, but as the base of the
5 complete system as well.
6
7 Building.
8
9 After installing the uClinux toolchain and libc/libm (version >= 0.9.1) you
10 can just type `make' in this directory to build all 57 (at last count)
11 programs. As a final step, all executables will be copied to ./bin/
12 The complete binary collection takes around 780k, but you will find that
13 many of these are not requiered for your (or even most) applications.
14
15 Installing.
16
17 Copy the binaries to the appropriate place in your ROMfs image tree. There
18 are top level Makefile targets to help you do this. Once done, run genromfs
19 over the ROMfs image tree to build a romfs.img which is normally appended
20 to the kernel binary.
21
22 Notes.
23
24 Please note that all of the functions are experimental, and may not work
25 without a little bit of tweaking; the programs that compile with the
26 most minimal compiler (m68k-pic-coff) are the ones listed as SUBDIRS in
27 the root makefile.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26