Message-ID: <3E19E3BB.1030901@canada.com> From: Ray Still User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems Using RHIDE / DJGPP References: <3E18E192 DOT 1040508 AT canada DOT com> <2110-Mon06Jan2003064325+0200-eliz AT is DOT elta DOT co DOT il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 33 Date: Mon, 06 Jan 2003 20:14:53 GMT NNTP-Posting-Host: 161.184.28.40 X-Trace: news0.telusplanet.net 1041884093 161.184.28.40 (Mon, 06 Jan 2003 13:14:53 MST) NNTP-Posting-Date: Mon, 06 Jan 2003 13:14:53 MST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com this is what your sugestions show. I'll try to download an update on the assembler. Ray Still C:\WINDOWS>gcc --version gcc.exe (GCC) 3.2.1 Copyright [snip] C:\WINDOWS>as --version GNU assembler 2.9.5 Copyright [snip] This assembler was configured for a target of `i386-pc-msdosdjgpp'. Eli Zaretskii wrote: >>From: Ray Still >>Newsgroups: comp.os.msdos.djgpp >>Date: Mon, 06 Jan 2003 01:53:23 GMT >> >> Compiling: Hello.c >> Assembler messages: >> c:/djgpp/tmp/RHaaaaaa/ccmYo0R1.s(2) Warning: Missing string >> c:/djgpp/tmp/RHaaaaaa/ccmYo0R1.s(2) Error: Error: Rest of line >>ignored. First ignored character is `1'. >> c:/djgpp/tmp/RHaaaaaa/ccmYo0R1.s(16) Error: Error: Unknown pseudo-op: >> `.loc' >> c:/djgpp/tmp/RHaaaaaa/ccmYo0R1.s(26) Error: Error: Unknown pseudo-op: >> `.loc' > > > Sounds like you are mixing GCC and Binutils from incompatible > versions. What do "gcc --version" and "as --version" print if you > type these commands from a DOS box's command line?