|
From: | raphael deimel |
Subject: | Re: [avr-gcc-list] Linker search directories |
Date: | Mon, 28 Oct 2002 18:09:15 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1 |
Russell wrote:
Hi all, Does avr-ld have any built-in search paths for libraries? Is there a command to print them out? I get lots of unresolved symbol errors while linking about ten .o files. (symbols for math functions) avr-gcc-list at http://avr1.org
there's always strace to peek at what it is doing ;) it shows you all the system calls a program is doing, just take a look at the STAT() calls it makes to search for files
avr-gcc-list at http://avr1.org
[Prev in Thread] | Current Thread | [Next in Thread] |