> Es schrieb Andrew Kiggins:
>
> Folks,
> I need to port some UNIX based code to an embedded OS (VxWorks).
>
> Autoconf/configure is the modus operandus for building the various
> UNIX flavours. To keep things nice I'd like to try to
> follow this module.
>
> Is it possible to generate configu
Dan Kegel wrote:
> ACENV=CC=@IXIA_CROSS_TOOL@gcc CFLAGS="@IXIA_TARGET_CFLAGS@"
> ac_cv_func_mmap_fixed_mapped=yes
That should all have been one line; the ac_cv_func_mmap_fixed_mapped=yes
is supposed to be part of $(ACENV), so it overrides the
environment properly in the line
cd @IXIA_K_ARCH@; $(
OTECTED]
Sent: 3/28/2002 12:34 PM
Subject: Configure/make files for cross compilers
Folks,
I need to port some UNIX based code to an embedded OS (VxWorks).
Autoconf/configure is the modus operandus for building the various UNIX
flavours. To keep things nice I'd like to try to follow this module.
Title: Configure/make files for cross compilers
Folks,
I need to port some UNIX based code to an embedded OS (VxWorks).
Autoconf/configure is the modus operandus for building the various UNIX flavours. To keep things nice I'd like to try to follow this module.
Is it possible to gen