---------- Forwarded message ---------- From: Johann "Myrkraverk" Oskarsson <[email protected]> Date: Sat, Jan 30, 2010 at 8:30 PM Subject: Re: [Rpcemu] RPCEmu on Solaris To: Matthew Howkins <[email protected]>
On Sat, Jan 30, 2010 at 7:42 PM, Matthew Howkins <[email protected]> wrote: >> On Solaris, -lm is needed. I've usually just added it to the >> generated makefile by hand. Which of course gets overridden if I run >> configure again. > > The plan is to add to autoconf detection of whether libm is needed. > Until then you can do either modify the Makefile directly, or run > configure and pass the extra libraries when running it like this > > LIBS="-lm" ./configure > >> cpu_type = ARM610 >> mem_size = 16 >> >> These lines I presume, from the snapshot above. mem_size is easy, but >> what should the cpu_type be? > > To use StrongARM by modifying the config file, set cpu_type to be > SA110. Alternatively use the (basic) GUI that is available, > documented: > > http://www.marutan.net/rpcemuspoon/manual/#menu Thank you. At the moment I prefer to edit the config file. I forgot to increase the memory, and when I did, the hang seems to be gone. GCC isn't working though. Johann _______________________________________________ Rpcemu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
