Almost all problems in the building occur due to unfulfilled system requirements
So be sure to look at System requirements
Some possible error messages during the building are (due to unfulfilled system requirements):
- “as86: Command not found”
install bin86
- “make: tcsh: Command not found”
install tcsh
- “ia32-gcc: /usr/include/linux/pci_ids.h: No such file or
directory”
# ln -s
/usr/src/VERSAO_DO_KERNEL/include/linux/pci_ids.h
/usr/include/linux/pci_ids.h
- “Problem: Command source not found”
# rm /bin/sh
# ln -s /bin/bash /bin/sh
- “/usr/include/linux/errno.h:4:23: error: asm/errno.h: No such file or directory
make[2]: *** [epos-mkbi] Error 1 ”
# sudo ln -s /usr/include/asm-generic /usr/include/asm
go back