The configuration utility is likely curses based, like building busybox,
buildroot, or using menuconfig to configure the kernel. Your host PC does
either not have curses libraries (as the tool you are trying to build will
build a curses interface on the fly) or they are not in the search path of gcc.
If you have the curses development libraries installed you can tell gcc to use
these with CFLAGS="-I /path/to/curses/includedir"
-Kris Bahnsen
Technologic Systems
--- In "Robert P. J. Day" <> wrote:
>
> On Wed, 28 Jul 2010, Robert P. J. Day wrote:
>
> > On Tue, 27 Jul 2010, Yan Seiner wrote:
>
> > > I think you'll run into weird breakage as the compiler pulls in
> > > the wrong header files and such.
> > >
> > > Install it in root, then create symlinks to where you want.
>
> ok, just tried cross-compiling luci again with toolchain installed
> under /opt and same error -- missing curses.h -- which is exactly what
> i expected since the TS toolchain simply does not provide that header
> file. as i see it, i really need a toolchain that comes with that
> content. the obvious choice is something from the ELDK toolchains so
> i'll give that a shot next.
>
> anyone here successfully using one of the ELDK toolchains to build
> for 2.4.26-ts11? i have to think that can't be hard, and i vaguely
> recall doing that once upon a time. so that's next on my list.
>
> rday
>
>
> --
>
> ========================================================================
> Robert P. J. Day Waterloo, Ontario, CANADA
>
> Top-notch, inexpensive online Linux/OSS/kernel courses
> http://crashcourse.ca
>
> Twitter: http://twitter.com/rpjday
> LinkedIn: http://ca.linkedin.com/in/rpjday
> ========================================================================
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|