* No rule to make target `net/ipv4/netfilter/ipt_ecn.o'
@ 2004-07-22 7:57 Povolotsky, Alexander
2004-07-22 9:02 ` bert hubert
2004-07-22 13:35 ` Harald Welte
0 siblings, 2 replies; 3+ messages in thread
From: Povolotsky, Alexander @ 2004-07-22 7:57 UTC (permalink / raw)
To: crossgcc
Cc: 'Hollis Blanchard', 'bertrand marquis',
'trevor_scroggins@hotmail.com', 'Dan Kegel',
'Geert Uytterhoeven',
'linuxppc-dev@lists.linuxppc.org',
Linux Kernel list
Hi,
Geert Uytterhoeven wrote:
>Re: missing elf.h (for mk_elfconfig.c) while building zIma ge for PPC on
Intel platform (windows XP) using cygwin
>/usr/include is the correct location, though. Did you install libelf-dev
under Cygwin?
I just did
Dan Kegel wrote:
>In other words, download and install
> http://www.gnu.org/directory/libs/misc/libelf.html
>which will I think provide <gelf.h>;
>you can then make an elf.h that just does
> #include <gelf.h>
>and you should be good to go. (I haven't tried it myself.)
>- Dan
I created such elf.h file and placed it into /usr/include under Cygwin in Z:
It works (the problem is solved) - so consider it to be tested now !
Thanks to everyone for help !
Best Regards,
Alex
PS But the compilation did not complete, the next error is:
make[3]: *** No rule to make target
`net/ipv4/netfilter/ipt_ecn.o', needed by `net/ipv4/netfilter/built-in.o'.
Stop.
make[2]: *** [net/ipv4/netfilter] Error 2
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: No rule to make target `net/ipv4/netfilter/ipt_ecn.o'
2004-07-22 7:57 No rule to make target `net/ipv4/netfilter/ipt_ecn.o' Povolotsky, Alexander
@ 2004-07-22 9:02 ` bert hubert
2004-07-22 13:35 ` Harald Welte
1 sibling, 0 replies; 3+ messages in thread
From: bert hubert @ 2004-07-22 9:02 UTC (permalink / raw)
To: Povolotsky, Alexander
Cc: crossgcc, 'Hollis Blanchard', 'bertrand marquis',
'trevor_scroggins@hotmail.com', 'Dan Kegel',
'Geert Uytterhoeven',
'linuxppc-dev@lists.linuxppc.org',
Linux Kernel list
> make[3]: *** No rule to make target
> `net/ipv4/netfilter/ipt_ecn.o', needed by `net/ipv4/netfilter/built-in.o'.
> Stop.
This is the (somewhat questionable) use of ipt_ECN.c and ipt_ecn.c in the
linux kernel. Windows filesystems are case insensitive, and see this as one
file.
--
http://www.PowerDNS.com Open source, database driven DNS Software
http://lartc.org Linux Advanced Routing & Traffic Control HOWTO
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: No rule to make target `net/ipv4/netfilter/ipt_ecn.o'
2004-07-22 7:57 No rule to make target `net/ipv4/netfilter/ipt_ecn.o' Povolotsky, Alexander
2004-07-22 9:02 ` bert hubert
@ 2004-07-22 13:35 ` Harald Welte
1 sibling, 0 replies; 3+ messages in thread
From: Harald Welte @ 2004-07-22 13:35 UTC (permalink / raw)
To: Povolotsky, Alexander
Cc: crossgcc, 'Hollis Blanchard', 'bertrand marquis',
'trevor_scroggins@hotmail.com', 'Dan Kegel',
'Geert Uytterhoeven',
'linuxppc-dev@lists.linuxppc.org',
Linux Kernel list
[-- Attachment #1: Type: text/plain, Size: 1010 bytes --]
On Thu, Jul 22, 2004 at 03:57:14AM -0400, Povolotsky, Alexander wrote:
> Hi,
> I created such elf.h file and placed it into /usr/include under Cygwin in Z:
> It works (the problem is solved) - so consider it to be tested now !
> PS But the compilation did not complete, the next error is:
>
> make[3]: *** No rule to make target
> `net/ipv4/netfilter/ipt_ecn.o', needed by `net/ipv4/netfilter/built-in.o'.
> Stop.
> make[2]: *** [net/ipv4/netfilter] Error 2
> make[1]: *** [net/ipv4] Error 2
> make: *** [net] Error 2
crosscompiling the linux kernel from an OS with broken (aka case-independent)
filesystem (like FAT / VFAT / NTFS) will not work for
netfilter/iptables, since we have things like ipt_tos.c (tos match) and
ipt_TTL.c (tos target).
--
- Harald Welte <laforge@gnumonks.org> http://www.gnumonks.org/
============================================================================
Programming is like sex: One mistake and you have to support it your lifetime
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-07-22 14:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-22 7:57 No rule to make target `net/ipv4/netfilter/ipt_ecn.o' Povolotsky, Alexander
2004-07-22 9:02 ` bert hubert
2004-07-22 13:35 ` Harald Welte
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®