X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: rugxulo AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: DXE module problem Date: Tue, 24 Jul 2012 13:58:58 -0700 (PDT) Organization: http://groups.google.com Lines: 21 Message-ID: References: <500f0480$0$3603$6e1ede2f AT read DOT cnntp DOT org> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1343163539 27973 127.0.0.1 (24 Jul 2012 20:58:59 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 24 Jul 2012 20:58:59 +0000 (UTC) In-Reply-To: <500f0480$0$3603$6e1ede2f@read.cnntp.org> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 Bytes: 1725 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Hi, On Tuesday, July 24, 2012 3:24:29 PM UTC-5, Jens Kallup wrote: > > I have prohlem to create DXE module file. > Thr source is C++ code. > Following error message is display: > http://imageshack.us/f/10/73381286.jpg/ Probably newer GCC + libc incompatibility. I just replied to your post on news://comp.os.msdos.programmer less than an hour ago, so read that one first, it has general tips. > I have do like the instructions here: > http://www.delorie.com/djgpp/doc/utils/utils_20.html > > What do I wrong? Try either temporarily downgrading to GCC 4.4.x or older else (harder to do) rebuilding DJGPP's libc from CVS. (Yet another reason that a 2.04 beta refresh might be nice.)