From: Tim Van Holder Date: Mon, 18 Sep 2000 09:40:55 GMT Message-ID: <20000918.9405500@Bender.> Subject: Re: Some other fileformat as COFF To: Riox92 , djgpp AT delorie DOT com In-Reply-To: References: X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id FAA24854 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/16/00, 1:43:25 PM, "Riox92" wrote regarding Some other fileformat as COFF: > Im working with djgpp and try to compile with nasm sources (draw routines) > But the only file format i can get to work is coff. > Problem : If i use a label in the asm-source i get the error : Coff file > format cant rellocate 32bit. > Is it possible to use data labels in a coff file ? and if yes (i hope so) > then how can i do that. > Some data's are needed in the assembler sources and are also generated in > assembler. But in this case i cant use it this way... Hmmm - might it be that you're forgetting the leading '_'? AFAIK, you need a leading underscore in names that need to be linked with C sources. Of course, since I hardly ever use assembler, I could be way off the mark. Tim Van Holder