lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 16 Dec 2012 09:23:38 +0800
From:	Jeff Chua <jeff.chua.linux@...il.com>
To:	lkml <linux-kernel@...r.kernel.org>
Subject: /usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: No such
 file or directory

How should the symbolic links be setup to compile the latest kernel?


Currently I had these links and kernels compiled fine until 2 days ago.

         asm -> /usr/src/linux/include/uapi/asm-generic/
         asm-generic -> /usr/src/linux/include/uapi/asm-generic
         linux -> /usr/src/linux/include/uapi/linux


# make
make[1]: Nothing to be done for `all'.
  HOSTCC  arch/x86/tools/relocs
In file included from /usr/include/bits/errno.h:24:0,
                 from /usr/include/errno.h:35,
                 from arch/x86/tools/relocs.c:6:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: No such
file or directory
compilation terminated.
make[1]: *** [arch/x86/tools/relocs] Error 1
make: *** [archscripts] Error 2


Thanks,
Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ