From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] "make menuconfig" error
Date: Fri, 10 Oct 2008 09:08:13 +0200 [thread overview]
Message-ID: <20081010070813.GA6148@mx.loc> (raw)
In-Reply-To: <8c09713c0810092354j5ec58b17y47ac9a8e2fddf5fb@mail.gmail.com>
On Fri, Oct 10, 2008 at 02:54:45PM +0800, Jerry.Zhang wrote:
>Hello, everyone!
>
>Very nice to meet you here!
>
>Host: ubuntu 8.04
>gcc: 4.2.3
>GNU make 3.81
>
>I was trying to compile the buildroot. After I issue the "make
>menuconfig", some errors pops out.
>The output is as belows. It seems that it could not find the headers
>(ctype.h, stdlib.h, stdio.h, string.h, unistd.h, time.h)
>Could anyone just tell me why ? How should i handle this ??
>
> root at Hawk:/home/jerry/projectroot/buildroot# make menuconfig
>make CC="/usr/bin/gcc" -C package/config conf mconf
>make[1]: Entering directory
>`/home/jerry/projectroot/buildroot/package/config'
>/usr/bin/gcc -DCURSES_LOC="<curses.h>" -DLOCALE -DKBUILD_NO_NLS -g -O2 -c
>conf.c -o conf.o
>conf.c:6:19: error: ctype.h: No such file or directory
>conf.c:7:20: error: stdlib.h: No such file or directory
>conf.c:8:19: error: stdio.h: No such file or directory
>conf.c:9:20: error: string.h: No such file or directory
>conf.c:10:20: error: unistd.h: No such file or directory
>conf.c:11:18: error: time.h: No such file or directory
>conf.c:12:22: error: sys/stat.h: No such file or directory
You need to install libc6-dev (the C library development package).
prev parent reply other threads:[~2008-10-10 7:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-10 6:54 [Buildroot] "make menuconfig" error Jerry.Zhang
2008-10-10 7:06 ` Thomas Petazzoni
2008-10-10 7:08 ` Bernhard Reutner-Fischer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081010070813.GA6148@mx.loc \
--to=rep.dot.nop@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.