Changeset 224 for trunk/README
- Timestamp:
- Dec 30, 2010, 12:21:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r192 r224 5 5 Requirements (draft) 6 6 7 1. GCC 4.4.4 + WLINK (ftp://ftp.netlabs.org/pub/qt4/tools/gcc-4_4_4-complete-20100712.zip) 7 1a. GCC 4.4.4 + WLINK (ftp://ftp.netlabs.org/pub/qt4/tools/gcc-4_4_4-complete-20100712.zip) 8 1b. ILINK 5.0 (ftp://ftp.software.ibm.com/ps/products/warpzilla/ilink50.zip) 8 9 2. Odin32 SDK (take from SVN at http://svn.netlabs.org/repos/odin32/trunk, 9 10 configure with configure.cmd --use-oldlib) … … 20 21 and then use env.cmd to set it up. 21 22 23 Note that you must set the linker type to "VAC308" in gcc444.cmd and make sure 24 that you have ILINK.EXE somewhere in PATH (by default, gcc444.cmd is set to 25 "WLINK" but the latest HLL-enabled version of it is bogus: it creates wrong 26 internal fixups when building the release version of AWT.DLL). Note that the 27 original ILINK from VAC308 is bogus too (will crash when linking a debug version 28 of JVM.DLL) so it should not be used. Note that ILINK 5.0 is also bogus (it 29 fails if there is too much external symbols to export) but Java doesn't hit this 30 limit so it's the best choice so far. 31 22 32 It is recommended to download ftp://ftp.netlabs.org/pub/qt4/tools/se11.zip to 23 33 have env.cmd called automatically whenever you enter "se something" in any
Note:
See TracChangeset
for help on using the changeset viewer.