On Jan 16, 2008 4:48 PM, Mulyadi Santosa <[EMAIL PROTECTED]> wrote: > Hi > > > On Jan 16, 2008 5:20 PM, Salil Bijur <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I've been trying to build QEMU statically by first configuring it > > using the --static option. The compiling gives me the same linker > > errors as mentioned here: > > http://www.mail-archive.com/qemu-devel@nongnu.org/msg10721.html > > > > I know this has been asked before but it hasn't been followed up. Any > > ideas on how to fix this? > > What do you want to do? to debug it? if yes, maybe you just want the > unstripped binary? dig qemu-devel and qemu-forum.... or at least try > the binary in target-i386..i believe it's unstripped. Can check it > here, because my box use gcc 4.x >
I'm trying to build qemu-system-arm so my configure command is "./configure --target-list=arm-softmmu --static". I need a static build to overcome dynamic library dependency issues. Doing a 'make' with the above configure command breaks. I haven't found a solution on the forums. Thanks, Salil