I have managed to cobble together a build structure that tries to build.
It gets to the point of building the linuxbios image and it chokes because the image is to large for the romsize.
Can someone shed some light on what Config.lb should be set to to get this to compile.
The payload buildrom is generating is 790,000+ bytes big.
/********************* Marc Karasek MTS Sun Microsystems mailto:marc.karasek@sun.com ph:770.360.6415 *********************/
ron minnich wrote:
On Jan 8, 2008 2:38 PM, Marc Karasek Marc.Karasek@sun.com wrote:
I have found the main problem with svn. It looks like if you use svn co http:// it will use the proxy settings under servers. If you do a svn co svn:// it tries to do a dns lookup, which fails behind a proxy server :-(. I have not been able to find any info on setting svn up to use a proxy when doing svn:// type checkouts.
There is a way to do it, maybe: http://subversion.tigris.org/faq.html#proxy
ron