Le 31/12/2013 10:59, Pierre M.R. a écrit :
> I just finished installing LSF 7.4 on an x86-32 laptop (the LFS book is 
> quite helpful). At this stage I expected to be able to compile 
> linux-3.10.10 but it failed (see below). Berkeley-DB appears to be required.
> 
> Pierre
> 
> ______________________
> make -C drivers/scsi/aic7xxx/aicasm
> *** Install db development libraries
> gcc -I/usr/include -I. aicasm.c aicasm_symbol.c aicasm_gram.c 
> aicasm_macro_gram.c aicasm_scan.c aicasm_macro_scan.c -o aicasm -ldb
> aicasm_symbol.c:48:19: fatal error: aicdb.h: No such file or directory
>   #include "aicdb.h"
>                     ^
> compilation terminated.

> make[4]: *** [aicasm] Error 1
> make[3]: *** [drivers/scsi/aic7xxx/aicasm/aicasm] Error 2
> make[2]: *** [drivers/scsi/aic7xxx] Error 2
> make[1]: *** [drivers/scsi] Error 2
> make: *** [drivers] Error 2
> 
I only see this error when I tick "Build Adapter Firmware with kernel Build",
but the help for this option says:
"This option should be enabled if you are modifying the firmware source of the
aic7xxx driver and wish to have the generated firmware include files updated
during a normal kenel build". The assembler for the firmware requires lex and
yacc or their equivalent, as well as the db v1 library[...]"

Are you sure you need this option?

Regards
Pierre
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to