From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: AT&T inline asm in DJGPP... Date: 2 Dec 2002 09:27:19 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 30 Message-ID: References: <200212020026 DOT gB20QDV26749 AT speedy DOT ludd DOT luth DOT se> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com lewi9908 (lewi9908 AT ghc DOT ctc DOT edu) wrote: : I just notice that the I misspelled in the msg to you prev results of nm cmd : > > > : File STDIN: : > > > : U _OuputText : is to be : File STDIN: : U _OutputText : And I ran the cmds again and the result were still the same... Then we have: 2b. Both files wants to use the function OutputText (or _OutputText). None of them defines it. as a fact. You need to get the function name defined in ker_asm.o, i. e. figure out why it didn't define OutputText. Post the complete output from "nm ker_asm.o" here. : > 1. Your function name is wrong. : What is the name suppose to be... "OutputText" in C and "_OutputText" in asm sounds like what you want. Right, MartinS