From: Renegade M. <dra...@sp...> - 2001-09-18 04:07:17
|
After many weeks of occasional work on getting a cross compiler for the Dreamcast working, thanks to much help from this list, i think i have a working compiler. Binutils, gcc, and glibc are all compiled and hopefully will work. I just have a couple more quick questions before i start playing with the compiler: now that glibc is compiled, should gcc be recompiled? (I saw something in a generic cross-compilation FAC about recompiling gcc once glibc is available.) Secondly, what kernel options do i need to get broadband adapter support in the kernel? I have noticed that if i do a "make ARCH=sh menuconfig" on the kernel and select "General setup:PCI support" that i can then go into "Network device support:Ethernet (10 or 100Mbit):EISA, VLB, PCI and on board controllers" and select the "Realtek RTL-8139 PCI Fast Ethernet Adapter support" and the "Support for Dreamcast Broad Band Adapter." Is that sufficient to get support for the adapter itself, or should i be doing something different? |