From: Paul M. <le...@li...> - 2007-08-20 23:42:54
|
On Mon, Aug 20, 2007 at 01:33:09PM +0100, Adrian McMenamin wrote: > Has anyone been able to build udev against uclibc on SH4? I cannot get > buildroot to compile. > I'm not entirely sure how your second statement is in any way related to the question. Gentoo with uClibc on SH4 builds and runs udev just fine, there aren't any patches that I know of. If you have a particular build problem, I suggest reporting it. > Alternatively... some advice on event handling: I 'upgraded' my buildroot > setup last night as I was having problems with event handling in the > Dreamcast maple bus driver I am writing: the result was no improvement in > the handling of hotplug events by the maple bus driver (ie still crashes) > but now my sound driver fails because it won't handle the firmware load. > This is too vague to really be able to do anything with. Please provide specific output of what the problem is, including debug messages from the kernel side. If the firmware stopped loading with the sound driver and it worked before, then you should first verify that it continues to work with older kernels and that it's not a kernel regression. If it is, then that's something that should be fixed. If it's just a problem with your userspace, that's another matter entirely. > What userspace support do i need to get firmware loading/hotplugging to > work - what do people use in their embedded or near-embedded environments? > I'm confused, didn't you already have this working? The interface for this hasn't changed. Either fix your userspace or provide more specific details as to what the problem is. |