[ale] debian installer

Charles Shapiro hooterpincher at gmail.com
Thu Jan 23 09:44:45 EST 2014


Hmm. Those are all bog-standard C header files. Sounds like your toolchain
isn't complete if your compiler can't find them from the default include
path.
If this is a Debian system and you're compiling Debian code, they should
all be in /usr/include.   My desultory google search shows that stdio.h is
in the libc6-dev package, FWIW. Looks like you should have that package
installed on your machine.

-- CHS



On Thu, Jan 23, 2014 at 8:45 AM, Boris Borisov <bugyatl at gmail.com> wrote:

> Back to this post with little different emphasis but I don't what to
> create a different one ...
>
> I'm trying to compile a module for wireless network on my test Debian 3.1
> -2.4.27 kernel and errors that I'm getting:
>
> debian:/home/user/rtl818x-1.0.1-b# make
> make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd`/net/ieee80211
> CONFIG_IEEE80211=m CONFIG_IEEE80211_CRYPT=m CONFIG_IEEE80211_CRYPT_WEP=m
> CONFIG_IEEE80211_CRYPT_CCMP=m CONFIG_IEEE80211_CRYPT_TKIP=m CC="gcc
> -I`pwd`/include" modules
> make[1]: Entering directory `/usr/src/kernel-headers-2.4.27-3-386'
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o
> scripts/split-include scripts/split-include.c
> scripts/split-include.c:22:23: sys/types.h: No such file or directory
> scripts/split-include.c:23:22: sys/stat.h: No such file or directory
> scripts/split-include.c:25:19: ctype.h: No such file or directory
> scripts/split-include.c:26:19: errno.h: No such file or directory
> scripts/split-include.c:27:19: fcntl.h: No such file or directory
> scripts/split-include.c:28:19: stdio.h: No such file or directory
> scripts/split-include.c:29:20: stdlib.h: No such file or directory
> scripts/split-include.c:30:20: string.h: No such file or directory
> scripts/split-include.c:31:20: unistd.h: No such file or directory
>
>
> Where are all these header files?
>
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20140123/5d01b13c/attachment-0001.html>


More information about the Ale mailing list