| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | problems compiling prog. for mipsel platform |
| From: | Pratik Patel <pratikgpatel@gmail.com> |
| Date: | Sat, 9 Apr 2005 16:28:56 -0700 |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=EZFh78IPnapODGNy5OgMIqyalsG4XuJofV7d7gh13mLHhsWTGpeMySzh0JzWUkC9n89RDbnjPT9g4hhMfeCekcSC9WvdrjQzOpkGddfVlisxf3PqnYp4FJO+7+qHyBVhMecJOw9SRyxndcgoa7ukogbS06XGimsDwJpONZwJnyA= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | Pratik Patel <pratikgpatel@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi, I compiled libpcap for mipsel platform. Now I have the proper libpcap.a file. I had to bring the ifaddrs.h file from /usr/bin/ folder. When I compile a simple program (ldev.c) available at: http://www.cet.nau.edu/~mc8/Socket/Tutorials/section1.html Output of the program: [pratik@Akshar libpcap_samples]$ mipsel-uclibc-gcc ldev.c -lpcap /opt/brcm/hndtools-mipsel-uclibc-0.9.19/lib/libpcap.a(fad-getad.o): In function `pcap_findalldevs': fad-getad.c(.text+0xa4): undefined reference to `getifaddrs' fad-getad.c(.text+0x2e0): undefined reference to `freeifaddrs' /opt/brcm/hndtools-mipsel-uclibc-0.9.19/lib/libpcap.a(nametoaddr.o): In function `pcap_ether_hostton': nametoaddr.c(.text+0x764): undefined reference to `ether_hostton' collect2: ld returned 1 exit status [pratik@Akshar libpcap_samples]$ Are ther any patches for the ifaddrs.h file? Cheers, Pratik |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Linking assembled PIC code with Linux libc library, Daniel Jacobowitz |
|---|---|
| Next by Date: | [PATCH Cobalt 1/3] fix hang on Qube2700 boot, Peter Horton |
| Previous by Thread: | Linking assembled PIC code with Linux libc library, Sergio Ruiz |
| Next by Thread: | [PATCH Cobalt 1/3] fix hang on Qube2700 boot, Peter Horton |
| Indexes: | [Date] [Thread] [Top] [All Lists] |