PDA

View Full Version : icedump re-assembling


LarrydeClay
December 5th, 2000, 12:23
Hello.
i have tried to re-assemble icedump but all i got was unsuccesfull attempts .
I have tried with nmake from microsoft but nothing. It did work for masm though.
Also tried with lcc's make but no luck.
I also passed the makefile to nasm.exe just to give it a try and no luck again.
Is there a 'make' for nasm?
Where can it be downloaded from?
Any other tip for remaking icedump?
Thanks very much.

The Owl
December 5th, 2000, 15:54
Quote:

I have tried with nmake from microsoft but nothing. It did work for masm though.
Also tried with lcc's make but no luck. I also passed the makefile to nasm.exe just to give it a try and no luck again. Is there a 'make' for nasm? Where can it be downloaded from?


hmm, looks like time for the developer page... ;-)

short answer:

1. you need the following *GNU* toos: make, echo, rm. i'm using the DJGPP port (at http://www.delorie.com/djgpp/ and the simtelnet mirrors), but MINGW would work just as well (http://www.mingw.org/). please make sure that you do *not* mix the tools from these packages, it just won't work (dos32 vs. win32 problem). this also means that user either the dos32 or the win32 version of nasm.

2. the linker you'll need is that of the MS DDK, v6.x will do it, maybe 5.x as well, i don't recall.

3. please post such stuff on the tools board, that's the place for it.

LarrydeClay
December 5th, 2000, 16:14
man, thanks you very very much and excuse my mis-posting
Bye Mr.Owl.