[Nestedvm] Hardtime building nestedVM with gcc 4.6.1 under Ubuntu 11.04

C.F.Scheidecker Antunes cf.antunes at gmail.com
Tue Jan 3 13:48:34 EST 2012


Hello all,

I am having a hard time here trying nestedVM.

Seems to me that building an older version of gcc is something not
practical, therefore I wonder if someone has a work around.

The error I have is:

nestedvm$ make
make -C upstream tasks/build_darcs_classgen
usr="/home/antunes/nestedvm/nestedvm/upstream/install" \
            MIPS_CFLAGS="-O3 -mmemcpy -ffunction-sections
-fdata-sections -falign-functions=512 -fno-rename-registers
-fno-schedule-insns -fno-delayed-branch -freduce-all-givs -march=mips1
-I. -Wall -Wno-unused" \
            MIPS_PCFLAGS="-O3 -mmemcpy -ffunction-sections
-fdata-sections -falign-functions=512 -fno-rename-registers
-fno-schedule-insns -fno-delayed-branch -freduce-all-givs -march=mips1
-I. -Wall -Wno-unused --big-endian" \
            MIPS_LDFLAGS="-march=mips1 --static -Wl,--gc-sections"
make[1]: Entrando no diretório `/home/antunes/nestedvm/nestedvm/upstream'
if [ -e tasks/extract_darcs_classgen ]; then echo "Error:
tasks/extract_darcs_classgen exists. something isn't right"; false;
else true; fi
mkdir -p build
if [ -z "http://classgen.ibex.org/" ]; then echo "No darcs url for
classgen" >&2; false; fi
if [ -d "/home/antunes/nestedvm/nestedvm/_darcs" ]; then \
            cd build && darcs get --repo-name="classgen" --verbose
"http://classgen.ibex.org/"; \
      else \
            mkdir -p "build/" && cd "build/"; \
            darcs get --repo-name=classgen http://classgen.ibex.org/; \
      fi
/bin/sh: darcs: not found
make[1]: ** [tasks/extract_darcs_classgen] Erro 127
make[1]: Saindo do diretório `/home/antunes/nestedvm/nestedvm/upstream'
make: ** [upstream/tasks/build_darcs_classgen] Erro 2

Thanks,

Carlos.



More information about the Nestedvm mailing list