Hirogens / h1droid

Automatically exported from code.google.com/p/h1droid
0 stars 0 forks source link

make uImage => undefined reference to `omap_wdt_suspend' #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
m1k0@laptok ~/Projekty/opensource/gitorious.org/h1droid/i8320kernel $ make 
uImage
  CHK     include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' jest aktualne.
  CHK     include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-arm
  CALL    scripts/checksyscalls.sh
  CHK     include/linux/compile.h
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
arch/arm/mach-omap2/built-in.o: In function `omap_sram_idle':
/home/m1k0/Projekty/opensource/gitorious.org/h1droid/i8320kernel/arch/arm/mach-o
map2/pm34xx.c:394: undefined reference to `omap_wdt_suspend'
/home/m1k0/Projekty/opensource/gitorious.org/h1droid/i8320kernel/arch/arm/mach-o
map2/pm34xx.c:579: undefined reference to `omap_wdt_resume'
make: *** [.tmp_vmlinux1] Błąd 1

What version of the product are you using? On what operating system?

Gentoo Linux gcc i686-pc-linux-gnu-4.4.4 / CodeSourcery/arm-2009q1

Original issue reported on code.google.com by m1k0.reg...@gmail.com on 19 Dec 2010 at 12:09

GoogleCodeExporter commented 9 years ago
copy omap_nowplus_defconfig to .config.
it should works.

Original comment by Mephisto...@gmail.com on 20 Dec 2010 at 2:23

GoogleCodeExporter commented 9 years ago
m1k0.register
you should switch your branch, as main one aren't working at all.

git checkout mergei8520 
make uImage

Original comment by templa...@gmail.com on 20 Dec 2010 at 10:58

GoogleCodeExporter commented 9 years ago
Ubuntu 10.10 i386  
按照您的步骤出现同样的问题,不知道详细该如何解决?
I945C-M7B:~/Android/i8320kernel$ git branch
* master

Original comment by gxfeng...@gmail.com on 29 Dec 2010 at 5:36