Hello, I'm trying to run demo example of Genode using Fiasco.OC microkernel for Realview pbx cortex-A9 plattform. My workstation run Debian 6.0, amd64 GNU/Linux distribution.
I download the genode toolchain, install qemu for arm, download all the source code of Genode and execute "make prepare" in base-foc directory. I create the build directory using the create_builddir tool for the specified plattform. This was the result after execute "make run/demo" in the created builddir:
... All build tools checked ok. gcc -fPIC -Wall -pedantic -g -m64 -c /home/afmoya/genode/base- foc/contrib/l4/tool/gendep/deptrack.c -o /home/afmoya/genode- foc.pbxa9/l4/tool/gendep/deptrack.64.o gcc -fPIC -Wall -pedantic -g -m64 -c /home/afmoya/genode/base- foc/contrib/l4/tool/gendep/syscall.c -o /home/afmoya/genode- foc.pbxa9/l4/tool/gendep/syscall.64.o mkdir -p /home/afmoya/genode-foc.pbxa9/l4/tool/gendep/64 gcc -m64 -shared -Wl,--no-as-needed -Wl,-soname,/home/afmoya/genode- foc.pbxa9/l4/tool/gendep/64/libgendep.so -ldl -o /home/afmoya/genode- foc.pbxa9/l4/tool/gendep/64/libgendep.so /home/afmoya/genode- foc.pbxa9/l4/tool/gendep/deptrack.64.o /home/afmoya/genode- foc.pbxa9/l4/tool/gendep/syscall.64.o ERROR: ld.so: object 'libgendep.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'libgendep.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object 'libgendep.so' from LD_PRELOAD cannot be preloaded: ignored. make[9]: *** [Makeconf.bid.local-internal-names] Error 1 make[8]: *** [Makeconf.bid.local-helper] Error 2 make[7]: *** [DROPSCONF_CONFIG_MK_POST_HOOK] Error 1 make[6]: *** [/home/afmoya/genode-foc.pbxa9/l4/.config.all] Error 2 make[5]: *** [oldconfig] Error 2 make[4]: *** [all] Error 2 make[3]: *** [/home/afmoya/genode-foc.pbxa9/l4/.kconfig] Error 2 make[2]: *** [platform.lib] Error 2 make[1]: *** [gen_deps_and_build_targets] Error 2 make[1]: se sale del directorio `/home/afmoya/genode-foc.pbxa9' Error: Genode build failed make: *** [run/demo] Error 252
What's the problem?
Best regards, Alexis.