The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: deltanusigma on September 05, 2006, 05:50:03 AM

Title: Art of assembley - problem with masm
Post by: deltanusigma on September 05, 2006, 05:50:03 AM
I am facing problems for linker the file shell.asm according to instructions 
of the I surrender 4 of art of assembley for dos programming for of the. I am using the version of the found masm 
in the site through the link found in it makes up it. that is to say the version 8.2 
the compilation is normal but the linker doesn't get to produce the executable. 
the mistake messages are: 
 
error: segment reference in fixup record 
fatal error: failure during conversion to COFF. file invalid or corrupt 
 
I tried to outline those problems trying linkar with the tlink of the tasm and voila 
the executable is generated. but he doesn't have purification information to be open 
in the codeview. the options to generate information of purification linkando with the tasm 
they don't work. the executable for the codeview continues without information for purification 
 
the libraries stdlib was configured correctly according to instructions besides 
modifying the file autoexec.bat: 
 
PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\TC\BIN;C:\TASM\BIN;C:\MASM32\BIN 
LH DOSKEY 
set lib=c:\stdlib\lib 
set include=c:\stdlib\include 
 
to do the one more what? 
 
thank you 
 
deltanusigma 
Title: Re: Art of assembley - problem with masm
Post by: sinsi on September 05, 2006, 07:13:18 AM
You need the 16-bit linker:
http://spiff.tripnet.se/~iczelion/download.html
Title: Re: Art of assembley - problem with masm
Post by: deltanusigma on September 06, 2006, 03:25:18 AM
thank you very very much

deltanusigma