Re: Two versions of gcc?



dyrmak <dyrmak@xxxxxxxxxxxxxxxxxx> wrote:
Robert Kopp a ?crit dans <11vv3d72q63f902@xxxxxxxxxxxxxxxxxx>:


The application is Qemu-0.8. It does a good job supporting virtual
machines, and is available as a binary. But there is some proprietary code
available (kqemu) that allows the emulated OS to run much faster, and this
is only available with a compilation from source.

The business about gcc-4.0 is a warning, and you can override it with a
flag. I suppose I could go ahead and do this; the performance might be
adequate, for all I know.


For what it's worth, ascertain youself you are compiling Qemu with
the very same compiler your running kernel was compiled with.

A warning is just a warning but compilation should be ok.

For what it is worth, that *should* be the compiler that comes
with the SuSE installation.

----- Paul J. Gans
.



Relevant Pages

  • Re: modularity... (was: Re: Looking for real world examples to explain the difference between proced
    ... easy to introduce that new protocol into the software. ... Long before OO the R-T/E people discovered that state machines ... my planned alterations to the compiler core should be able ... not structuring the compiler internals as a big ...
    (comp.object)
  • Re: What does 32 bit application mean?
    ... Does this means that the compiler is ... Thus it corresponds to the register ... > assembler for 32 bit architecture. ... > [On all the modern machines I know, the register size and the address ...
    (comp.compilers)
  • Re: Atmel AVR assembler
    ... so I decided to write my own assembler. ... >> extensive testing on various machines and operating environments. ... where I may not be able to legally restore the compiler toolset. ... supporting tools where the code was developed using Lattice C around ...
    (comp.arch.embedded)
  • Re: New system - dual-core processor??
    ... I made some tests with crafty only with different kind of machines, ... The time recorded is the one displayed by crafty in its analysis tree when showing Bxh6 as the new best move. ... Under Linux, the compiler used by default was gcc 4.0.3 ... Under windows, I used the executables available on the net, but I strongly suspect that they were compiled using the intel compiler. ...
    (rec.games.chess.computer)
  • Re: <ctype.h> toLower()
    ... > That depends on how the compiler arranges things. ... But you just said that string literals are constant so how can you assign ... In this context a pointer to an array of *constant* characters is passed. ... On Non-Windows machines this is different. ...
    (alt.comp.lang.learn.c-cpp)