I use Debian Wheezy and I want to run a xv6 in qemu. I have installed libsdl1.2-dev and then start run make qemu. But an error occured: Could not initalize SDL(could not find the device) exiting.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It is because qemu is trying to start X by default. Build it by using
or if you are SSHing to a remote machine, use Source: http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/labs/lab1.html |
|||
|
|