Monday, May 6, 2013

Building GCC 4.1.2

When you build gcc 4.1.2 if you get this error /usr/include/linux/errno.h:4:23: error: asm/errno.h: No such file or directory
Create a symlink asm directed to asm-generic
sudo ln -s /usr/include/asm-generic /usr/include/asm
Bingo..

No comments:

Post a Comment