Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Originating-IP: [192.234.181.70] X-Originating-Email: [l0ci AT hotmail DOT com] From: "Tim Renner" To: cygwin AT cygwin DOT com Cc: deo AT corpit DOT ru Subject: Re: Cross Compiler and __RUNTIME_PSEUDO_RELOC_LIST__ Date: Mon, 31 Mar 2003 15:21:44 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 31 Mar 2003 20:21:45.0090 (UTC) FILETIME=[262C0E20:01C2F7C3] >Tim Renner wrote: >>$ for f in `find . -name '*.a'`;do nm $f 2>/dev/null |grep >>PSEUDO_RELOC_LIST && echo $f; >>done >> U ___RUNTIME_PSEUDO_RELOC_LIST_END__ >> U ___RUNTIME_PSEUDO_RELOC_LIST__ >>./libcygwin.a >> U ___RUNTIME_PSEUDO_RELOC_LIST_END__ >> U ___RUNTIME_PSEUDO_RELOC_LIST__ >>./libg.a >> >> >>Can anyone tell me what eventually resolves those symbols in a normal >>cygwin(not cross) compile? Or better, if you know how I can fix this in >>my cross compiler ;) > >Use last version of binutils. Current ld emits both this symbols while >linking executable. > >egor. Do you mean use the last version (2.12?) of binutils when I build them for my cross compiler and the compiler itself, or actually rebuild the cygwin libraries using an older ld, meaning I can't use the precompiled binaries, but have to custom make my own? Using the existing ones is very preferable... If I can get away with that, all the better... -Tim _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/