LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Error compiling Linux kernel API headers development LFS (https://www.linuxquestions.org/questions/linux-from-scratch-13/error-compiling-linux-kernel-api-headers-development-lfs-711571/)

krzysz00 03-14-2009 08:10 AM

Error compiling Linux kernel API headers development LFS
 
I am building LFS off Ubuntu 8.10. In section 5.6 of the latest SVN LFS book, the command
Code:

make headers_check
fails with these errors
Code:

  CHK    include/linux/version.h
  UPD    include/linux/version.h
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/basic/hash
  HOSTCC  scripts/unifdef
In file included from /usr/local/include/datatypes.h:50,
                from /usr/local/include/err.h:49,
                from scripts/unifdef.c:67:
/usr/local/include/integers.h:50:67: error: srtp_config.h: No such file or directory
In file included from /usr/local/include/datatypes.h:51,
                from /usr/local/include/err.h:49,
                from scripts/unifdef.c:67:
/usr/local/include/alloc.h:52: error: expected ')' before 'size'
scripts/unifdef.c: In function 'main':
scripts/unifdef.c:288: warning: implicit declaration of function 'errx'
scripts/unifdef.c:293: warning: implicit declaration of function 'err'
scripts/unifdef.c: In function 'debug':
scripts/unifdef.c:991: warning: implicit declaration of function 'vwarnx'
scripts/unifdef.c: In function 'error':
scripts/unifdef.c:1000: warning: implicit declaration of function 'warnx'
make[1]: *** [scripts/unifdef] Error 1
make: *** [__headers] Error 2


krzysz00 03-14-2009 09:10 AM

Bump
 
This might help someome BUMP up thier post count. Hey, isn't it Saturday morning?

krzysz00 03-14-2009 09:58 AM

other errors
 
The srtp_config can be fixed with touch, but there's the other errors there

krzysz00 03-14-2009 04:51 PM

Never mind. Was some screwing I did a long time ago.


All times are GMT -5. The time now is 06:46 AM.