Hi all, With Wheezy fast approaching and a bit of an update going at work I'm currently in need of getting the GPIO driver to work with 3.2+ kernels under Debian/Ubuntu (unfortunately newer hardware and Kernel 2.6 just isn't working for me).
First stumbling block, overriding the "Unsupported Kernel error." This was a fairly trivial if statement to add inside the configure file. As always one block down, one (and I assume many more to go). ./configure --prefix=/usr passes with no obvious problems. Unfortunately make, not so much. So heres the current error: In file included from /root/gpio-1.1.0/drv/gpio.c:30:0: /root/gpio-1.1.0/drv/gpio.h:77:28: fatal error: linux/autoconf.h: No such file or directory compilation terminated. autoconf.h seems to live inside: /usr/src/linux-headers-3.2.0-4-amd64/include/generated/autoconf.h But I'm unsure of how best to move forwards. I can amend the gpio.h line to include this specific path instead of <linux/autoconf.h> but then I get other errors: /root/gpio-1.1.0/drv/gpio.c:38:26: error: 'SPIN_LOCK_UNLOCKED' undeclared here (not in a function) /root/gpio-1.1.0/drv/gpio.c:404:3: error: unknown field 'ioctl' specified in initializer Any info on where to go next would be very much appreciated. Wayne ####################### Scanned by MailMarshal ####################### ############ Attention: The information contained in this message is confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the originator immediately. The unauthorised use, disclosure, copying or alteration of this message is strictly forbidden. Christian Vision or any of its subsidiaries will not be liable for direct, special, indirect or consequential damages arising from alteration of the contents of this message by a third party or as a result of any virus being passed on. Please note that we reserve the right to monitor and read any e-mails sent or received by the company under the Telecommunications (Lawful Business Practice) (Interception of Communications) Regulation 2000. Christian Vision is registered in England as a limited company 2842414 and as a charity 1031031 ############
_______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
