On Thu, Jan 20, 2011 at 10:51:17AM +0000, Mateusz Loskot wrote: > On 19/01/11 18:07, Blue Swirl wrote: > >On Wed, Jan 19, 2011 at 12:44 PM, Mateusz Loskot<mate...@loskot.net> wrote: > >>Hi, > >> > >>Running ./configure (under MinGW/MSYS) and symlink gives up trying to > >>create links to non-existing Makefiles in > >>roms/seabios/Makefile > >>roms/vgabios/Makefile > > > >Those directiories are actually git submodules, when you run 'git > >submodule update', they get populated. > > Something is not quite working and I don't get anything populated. > Here I tried under MinGW > > mloskot@dog /g/src/qemu/_git/master > $ git pull > Already up-to-date. > > mloskot@dog /g/src/qemu/_git/master > $ git submodule update > > mloskot@dog /g/src/qemu/_git/master > $ ls roms/seabios/ > config.mak
Make sure roms/{vgabios,seabios} are empty directories. $ git submodule init $ git submodule update This should clone the vgabios and seabios repos and checkout the correct commit. After this completes successfully you should have source trees under roms/{vgabios,seabios}. Stefan