Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Cross compile wireshark for OpenWRT

From: "Burkhardt, Kersten" <kerstenk@xxxxxxxxx>
Date: Fri, 29 May 2009 15:27:13 +0200
>
> They /should/ be cross-compiler friendly: we've had people cross compile
> before.
>
> The rdps issue was fixed in rev 20727; the change is described here:
>
> http://www.wireshark.org/lists/wireshark-users/200702/msg00059.html

Thanks for that. Allready took a newer revision. Now I'm stucking in
executing lemon.

My it be like the other thread? Just changing:

lemon$(EXEEXT): lemon.c
	$(CC_FOR_BUILD) -D_U_="" $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $?

to:

lemon$(EXEEXT): lemon.c
	$(CC) -D_U_="" $(CFLAGS) $(LDFLAGS) -o $@ $?