On Thursday 06 June 2002 08:41, Mike Schumi wrote: > Hi, > > I'm looking for a GUI interface for my custom board SA1100 running > Linux 2.4.7. I noticed the Picogui pgui-arm-20020224.tar.gz > available on the website. But its seems that the libraries in my > ramdisk don't match with the pgui-arm-20020224.tar.gz ones... -Is > the a ready made Ramdisk image/filesystem outthere with compatible > "pgserver"/libraries i can use? -If not, I tried to build picogui > from source statically "-static" but I can't find the ARM option in > the make menuconfig ... is this the right way to go...? if the > ready made ramdisk exists, that should do...
I've used PicoGUI on ARM a few times. I never use the binary packages though, so I can't provide any guidance with that. Last time I compiled up PicoGUI for ARM it had some issues with the configure step on my machine, I just cheated by allowing it to config itself for Intel, and then ran the make step and fed in the compiler, like- make CC=arm-linux-gcc (In my case it was arm-uclibc-gcc, but anyway) Thanks, Shane Nay. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
