1

I am trying to build a past version of qemu, and I wish to do it using a specific version of gcc. How could I go about doing this?

To be more specific, I am trying to build qemu using gcc-4.9.2, and I tried to use the info here, but it didn't work.

asked Mar 22, 2018 at 3:52

1 Answer 1

1

configure has a specific option that I had not noticed, and after installing the appropriate gcc, I simply used that option: --cc=gcc-4.9.

answered Mar 22, 2018 at 11:24
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.