From: Sebastien L. <seb...@gm...> - 2006-08-24 14:01:43
|
Hi, Since a few days I try to build my own gamecube kernel with uClib toolchain. And today I came up with a problem when I compiled the kernel 2.6.16.17 with gc patch applied. gcc 4.1.1 didn't like the multiple declaration of exi_bus_devices, exi_devices and exi_bus_type in exi_driver.c. So I had to apply the attached patch to make it compile. Unfortunately my brother still have my gamecube so I can't test if my kernel boot fine (to check if my fix is good). Maybe the problem is on my side as I'm new to uClib toolchain. Thanks for your amazing work on gc-linux. Sebastien |