[uClinux-dev] Adding a touchscreen device driver

2010-03-24 Thread Fabio Giovagnini
Hi all, this is my actual target. I'd like to add a touchscreen device driver for an hw done as follow: CPU -- ADS7843 - ET057003DH6 Touchscreen CPU is connectien to ADS7843 using GPIO ports because I did not have real SPI controller of mu CPU being those pins milti functions pins and

Re: [uClinux-dev] bzero and bcopy in 20100315 with uClibc on i386

2010-03-24 Thread Mike Frysinger
On Wednesday 24 March 2010 16:42:26 Mike Frysinger wrote: functions exist based purely on how you've configured u-boot. sorry, obviously i mean uClibc. i was reading u-boot e-mails at the same time i wrote this. -mike signature.asc Description: This is a digitally signed message part.

Re: [uClinux-dev] bzero and bcopy in 20100315 with uClibc on i386

2010-03-24 Thread Mike Frysinger
On Wednesday 24 March 2010 17:57:12 Dave Rensberger wrote: I just did a quick look into the source last night, and most of the architecture-specific areas of uClibc have definitions bcopy and bzero (x86_64 had them, but not i386). if you're looking under libc/string/arch/, then that doesnt

Re: [uClinux-dev] bzero and bcopy in 20100315 with uClibc on i386

2010-03-24 Thread Dave Rensberger
FYI, I just did a grep through the code, and there are currently still 1820 instances of bzero and bcopy across about 75 packages. But you're right that a lot of the versions of these packages are fairly out of date. --Dave - Original Message From: Mike Frysinger

Re: [uClinux-dev] Build problems on uClibc in 20100315

2010-03-24 Thread Greg Ungerer
Hi Dave, Dave Rensberger wrote: The problems that I was having yesterday with bcopy and bzero were largely due to my never having run 'make oldconfig' to import the uClibc settings that I had previously been using (with a Snapgear 3.5 release).However, after trying to properly configure