linux source compailation problem for mini2440

Asked by Jagadeesh

Hi Frnds,

I'm Linux kernel version linux-2.6.32.2, and arm-gcc-linux from FriendlyArm site....
i've expoted the path
$ export PATH=$PATH:/home/jaga/Desktop/linux/opt/FriendlyARM/toolschain/4.4.3/bin/
and then
compiled the linux source by giving command

$ make ARCH=arm CROSS_COMPILE=arm-linux-

after compiling for few minites i got this message.....

/**************************************************************/
  CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
  CHK include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-arm
  CALL scripts/checksyscalls.sh
  CHK include/linux/compile.h
  CC [M] drivers/input/touchscreen/eeti_ts.o
drivers/input/touchscreen/eeti_ts.c: In function 'eeti_ts_irq_active':
drivers/input/touchscreen/eeti_ts.c:64: error: implicit declaration of function 'irq_to_gpio'
make[3]: *** [drivers/input/touchscreen/eeti_ts.o] Error 1
make[2]: *** [drivers/input/touchscreen] Error 2
make[1]: *** [drivers/input] Error 2
make: *** [drivers] Error 2
/*************************************************************/

whats the problem....??
please help me to solve this issue......

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Thomas Krüger (thkrueger) said :
#1

This is not exactly our topic here, but to give you a pointer:
The declaration of a function is missing. This can be caused by a missing .h file, a bug in the code or a bad makefile.

This might give you some additional information: https://groups.google.com/forum/#!msg/vt8500-wm8505-linux-kernel/L5EPzeV9JqU/pDxPmViBGWEJ

Can you help with this problem?

Provide an answer of your own, or ask Jagadeesh for more information if necessary.

To post a message you must log in.