GP2X Can't Build Linux Sdk For Kernel Of 2.0.0 Firmware


Ezh

Still Fresh
Joined
Jun 9, 2006
Messages
1
Hello !

I am trying to build the linux SDK using kernel from 2.0.0 firmware version by changing the sdk's build script to use http://svn.gp2x.com/gp2x/tag/kernel/2.0.0/ repository instead of default http://svn.gp2x.com/gp2x/tag/kernel/1.4.0/. The build fails because of lack of some header files (such as include/linux/version.h and some another). I have a local copy of kernel from 2.0.0 module which I downloaded about two days ago and there version.h in the right place.

Does anybody know what is happening ?

Thanks in advance !
 
"version.h" and "autoconf.h" are both missing ... I took the files from another copy of the tree and put them into the include/linux tree where it was looking for them but the "make dep" fails with other errors so I finally decided to try to build my module with out the "make dep" step to set up other dependencies. Since the module I am building does not fit itself into the standard tree I have that option. Of course at this point the kernel version matching stuff is preventing insmod from loading it.
 
Back
Top