All of lore.kernel.org
 help / color / mirror / Atom feed
* asm/types.h Header file wont get generated while building uImage ?
@ 2013-03-08  8:01 Prabhakar Lad
  2013-03-22 10:48 ` [BUG] mod/file2alias: build error in devicetable-offsets.c [was: asm/types.h Header file wont get generated while building uImage ?] Jon Medhurst (Tixy)
  0 siblings, 1 reply; 16+ messages in thread
From: Prabhakar Lad @ 2013-03-08  8:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Usually for building uImage I follow this steps,
1: do a clean distclean
2: make ARCH=arm CROSS_COMPILE=xxx   xxxdefconfig
3: make ARCH=arm CROSS_COMPILE=xxx  uImage

This used to work until 3.8, for 3.9 I see the following error:

  HOSTCC  scripts/genksyms/parse.tab.o
In file included from include/linux/types.h:5:0,
                 from include/linux/mod_devicetable.h:11,
                 from scripts/mod/devicetable-offsets.c:2:
include/uapi/linux/types.h:4:23: fatal error: asm/types.h: No such
file or directory
compilation terminated.

Well this get fixed if do  make ARCH=arm
CROSS_COMPILE=arm-none-linux-gnueabi- headers_install
and the build the uImage.

Is it the same way now its going to be followed or is it I am missing
something ?
(For  reference I have used da8xx_omapl_defconfig config when I faced
this issue)

Regards,
--Prabhakar

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-04-10  7:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08  8:01 asm/types.h Header file wont get generated while building uImage ? Prabhakar Lad
2013-03-22 10:48 ` [BUG] mod/file2alias: build error in devicetable-offsets.c [was: asm/types.h Header file wont get generated while building uImage ?] Jon Medhurst (Tixy)
2013-03-30 19:46   ` Andreas Schwab
2013-03-30 19:46     ` Andreas Schwab
2013-04-02 11:19     ` Jon Medhurst (Tixy)
2013-04-02 11:19       ` Jon Medhurst (Tixy)
2013-04-02 12:45     ` Prabhakar Lad
2013-04-02 12:45       ` Prabhakar Lad
2013-04-09 12:14     ` Prabhakar Lad
2013-04-09 12:14       ` Prabhakar Lad
2013-04-09 17:57       ` [PATCH] kbuild: generate generic headers before recursing into scripts Andreas Schwab
2013-04-09 17:57         ` Andreas Schwab
2013-04-10  4:39         ` Prabhakar Lad
2013-04-10  4:39           ` Prabhakar Lad
2013-04-10  7:56         ` Michal Marek
2013-04-10  7:56           ` Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.