|
From: Casper H. <ch...@us...> - 2002-05-20 18:06:09
|
man, 2002-05-20 kl. 17:14 skrev Nick J. Date: > Hi guys, > > I'm probably doing my usual being thick thing, but I can't get freeldr to > build. I have WinXP Pro and DJGPP is installed properly (to the best of my > knowledge) in C:\DJGPP with a path to C:\DJGPP\BIN and set DJGPP to > C:\DJGPP\DJGPP.ENV. > > I have a primary NTFS partition with XP on it and a primary FAT partition > that I intend to install ROS on (and maybe use XP's bootloader if it'll > work - does that mean I don't need FREELDR?) > > Anyways, FREELDR won't build. The output is attached so if anyone could give > me some pointers it would be much appreciated. I remember having to hack the makefiles to get it to build properly. I had to use MinGW to compile some of the applications because the DJGPP generated applications would not run on Windows XP. Your particular problem seems to be that you don't have nasm.exe in your path. If you have nasmw, try copying it and then rename it to nasm. If not, then you can get it from the website. |