Talk:Using QEMU with MokoMakefile

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Removing all content from page)
Line 1: Line 1:
 +
This stuff doesn't seem to work at all.  I'm using Gentoo with uname of:
  
 +
Linux gentoo 2.6.24-gentoo-r4 #13 Sun May 11 15:33:06 EST 2008 i686 AMD Athlon(tm) XP 1700+ AuthenticAMD GNU/Linux
 +
 +
I'm consistently getting this error during 'make qemu':
 +
 +
<pre>
 +
../softmmu_template.h:260: error: this is the insn:
 +
(insn:HI 337 317 338 13 ../softmmu_template.h:287 (parallel [
 +
            (set (reg:DI 0 ax [214])
 +
                (lshiftrt:DI (reg/v:DI 59 [ val ])
 +
                    (subreg:QI (reg:SI 235) 0)))
 +
            (clobber (scratch:SI))
 +
            (clobber (reg:CC 17 flags))
 +
        ]) 309 {lshrdi3_1} (nil)
 +
    (expr_list:REG_UNUSED (reg:CC 17 flags)
 +
        (expr_list:REG_UNUSED (scratch:SI)
 +
            (nil))))
 +
../softmmu_template.h:260: confused by earlier errors, bailing out
 +
</pre>
 +
 +
I have downloaded the makefile from both http://www.rwhitby.net/files/openmoko/Makefile and http://svn.projects.openmoko.org/svnroot/mokomakefile/trunk/Makefile yet still get the same results.
 +
 +
Here is the output from 'gcc-config -l':
 +
 +
bash-3.2$ gcc-config -l
 +
[1] i686-pc-linux-gnu-3.3.6
 +
[2] i686-pc-linux-gnu-3.4.6
 +
[3] i686-pc-linux-gnu-3.4.6-hardened
 +
[4] i686-pc-linux-gnu-3.4.6-hardenednopie
 +
[5] i686-pc-linux-gnu-3.4.6-hardenednopiessp
 +
[6] i686-pc-linux-gnu-3.4.6-hardenednossp
 +
[7] i686-pc-linux-gnu-4.1.1 *
 +
 +
Any ideas people???

Revision as of 11:54, 24 July 2008

This stuff doesn't seem to work at all. I'm using Gentoo with uname of:

Linux gentoo 2.6.24-gentoo-r4 #13 Sun May 11 15:33:06 EST 2008 i686 AMD Athlon(tm) XP 1700+ AuthenticAMD GNU/Linux

I'm consistently getting this error during 'make qemu':

../softmmu_template.h:260: error: this is the insn:
(insn:HI 337 317 338 13 ../softmmu_template.h:287 (parallel [
            (set (reg:DI 0 ax [214])
                (lshiftrt:DI (reg/v:DI 59 [ val ])
                    (subreg:QI (reg:SI 235) 0)))
            (clobber (scratch:SI))
            (clobber (reg:CC 17 flags))
        ]) 309 {lshrdi3_1} (nil)
    (expr_list:REG_UNUSED (reg:CC 17 flags)
        (expr_list:REG_UNUSED (scratch:SI)
            (nil))))
../softmmu_template.h:260: confused by earlier errors, bailing out 

I have downloaded the makefile from both http://www.rwhitby.net/files/openmoko/Makefile and http://svn.projects.openmoko.org/svnroot/mokomakefile/trunk/Makefile yet still get the same results.

Here is the output from 'gcc-config -l':

bash-3.2$ gcc-config -l

[1] i686-pc-linux-gnu-3.3.6
[2] i686-pc-linux-gnu-3.4.6
[3] i686-pc-linux-gnu-3.4.6-hardened
[4] i686-pc-linux-gnu-3.4.6-hardenednopie
[5] i686-pc-linux-gnu-3.4.6-hardenednopiessp
[6] i686-pc-linux-gnu-3.4.6-hardenednossp
[7] i686-pc-linux-gnu-4.1.1 *

Any ideas people???

Personal tools