Changes between Version 11 and Version 12 of BuildLibc
- Timestamp:
- Jan 22, 2006, 7:31:30 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildLibc
v11 v12 21 21 which will create a directory called trunk and mirror the Netlabs trunk repositry. For other interesting targets see Select Source Tree. 22 22 23 24 == kBuild == 25 23 26 If you check out the thunk you will need kBuild. kBuild is not converted to svn yet, so you'll have to dig up a working cvs client. 24 27 What to do: 25 28 1. Go to the root dir in the trunk checkout. 26 1. cvs -d :pserver:guest@cvs.netlabs.org:/netlabs.cvs/kbuild login [[BR]]Password: readonly29 1. cvs -d :pserver:guest@cvs.netlabs.org:/netlabs.cvs/kbuild login (password: readonly) 27 30 1. cvs -d :pserver:guest@cvs.netlabs.org:/netlabs.cvs/kbuild co kBuild 31 1. Now you should have a subdirectory called kBuild in the root of the trunk checkout. 28 32 29 33 … … 38 42 1. Latest GNU Make 3.81 beta available at http://www.unixos2.org/sw/pub/binary/make/make-3.81beta3-r2-bin.zip. TODO: Build this with libc-0.6 and find somewhere to put the build. 39 43 1. .... 44 45 == env.cmd/sh == 46 47 In the trunk there is a environment setup script called env.cmd (on unix it will be called env.sh). You should run this to setup the proper environment for building libc. 48 49 Note: The current state of the trunk isn't buildable and the env.cmd script is but a draft which only works on my PC. 40 50 41 51