summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-10-05 13:31:12 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-10-05 13:31:12 +0000
commit4d70284448f4a27c6134afb5eaeb208e4563bd72 (patch)
treea468e498a6295a675282f27627571ed89d928b94 /README
parent8677070498d514742f5127fac27a97f74184eaa7 (diff)
downloadflashrom-4d70284448f4a27c6134afb5eaeb208e4563bd72.tar.gz
Update README to list all the needed rpm files for DOS cross-compilation
and update the download location of cwsdpmi. Signed-off-by: Idwer Vollering <vidwer+flashrom@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1186 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 9bbecf0..a714d09 100644
--- a/README
+++ b/README
@@ -94,8 +94,8 @@ To cross-compile on Linux for DOS:
Get RPMs of the cross compiler from the DJGPP site and install them:
djcross-binutils-2.19.1-10ap.i386.rpm
- djcross-gcc-tools-4.4.1-1ap.i686.rpm
djcross-gcc-4.3.2-8ap.i686.rpm
+ djcrx-2.04pre_20090725-13ap.i386.rpm
Download pciutils 3.1.5 and apply http://assembler.cz/flashrom/pciutils.patch
Download and compile http://assembler.cz/flashrom/libgetopt/
Compile pciutils, see README.DJGPP for instructions.
@@ -107,8 +107,9 @@ To cross-compile on Linux for DOS:
or (above settings hardcoded)
make djgpp-dos
You might have to add WARNERROR=no to the make command line.
- To run flashrom.exe, download http://clio.rice.edu/djgpp/csdpmi7b.zip and
- make sure CWSDPMI.EXE is in the current directory.
+ To run flashrom.exe, download and unpack
+ http://homer.rice.edu/~sandmann/cwsdpmi/csdpmi7b.zip and make sure
+ CWSDPMI.EXE is in the current directory.
Installation
------------