Hello,
1) Given that Genode has been ported on iMX53 with u-boot, how do I get it running on either qemu or hardware directly? (cross-compiling for arm, configuring u-boot etc.) 2) I tried creating build directories with ./tool/create_builddir hw_imx53 (and foc_imx53) BUILD_DIR=build and running make run/demo.
Got the following errors: 1.1 : foc_imx53
./dump_tcboffsets tcboffset.bin > tcboffset.h.new mv tcboffset.h.new tcboffset.h ... Making ivt.o ... Making tb_entry_output.o /media/work/genode-13.05/base- foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:506:31: error: uninitialized const ‘_ipc_fmt’ [-fpermissive] /media/work/genode-13.05/base-foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:141:7: note: ‘const class Tb_entry_ipc_fmt’ has no user-provided default constructor /media/work/genode-13.05/base-foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:507:35: error: uninitialized const ‘_ipc_res_fmt’ [-fpermissive] /media/work/genode-13.05/base-foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:157:7: note: ‘const class Tb_entry_ipc_res_fmt’ has no user-provided default constructor make[5]: *** [tb_entry_output.o] Error 1 make[4]: *** [all] Error 2 make[3]: *** [/media/work/genode-13.05/foc.imx/kernel/fiasco.oc/fiasco] Error 2 make[2]: *** [fiasco.oc.prg] Error 2 make[1]: *** [gen_deps_and_build_targets] Error 2 make[1]: Leaving directory `/media/work/genode-13.05/foc.imx' Error: Genode build failed make: *** [run/demo] Error 252
1.2: hw_imx53 Program core/imx53/core COMPILE _main.o cc1plus: error: unrecognized command line option ‘-std=gnu++11’ make[3]: *** [_main.o] Error 1 make[2]: *** [core.prg] Error 2 make[1]: *** [gen_deps_and_build_targets] Error 2 make[1]: Leaving directory `/media/work/genode-13.05/hw. imx53' Error: Genode build failed make: *** [run/demo] Error 255
Any ideas?
Thanks and Regards Anubhav
Hi Anubhav,
it seems you missed to install the Genode tool chain
http://genode.org/download/tool-chain
For more information about running Genode on Fiasco.OC please refer to our online documentation
http://genode.org/documentation/platforms/foc
which is also included in the source tree at
base-foc/doc/foc.txt
Best regards
On 07/04/2013 11:56 AM, Archie Nidhi wrote:
Hello,
- Given that Genode has been ported on iMX53 with u-boot, how do I get it
running on either qemu or hardware directly? (cross-compiling for arm, configuring u-boot etc.) 2) I tried creating build directories with ./tool/create_builddir hw_imx53 (and foc_imx53) BUILD_DIR=build and running make run/demo.
Got the following errors: 1.1 : foc_imx53
./dump_tcboffsets tcboffset.bin > tcboffset.h.new mv tcboffset.h.new tcboffset.h ... Making ivt.o ... Making tb_entry_output.o /media/work/genode-13.05/base- foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:506:31: error: uninitialized const ‘_ipc_fmt’ [-fpermissive] /media/work/genode-13.05/base-foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:141:7: note: ‘const class Tb_entry_ipc_fmt’ has no user-provided default constructor /media/work/genode-13.05/base-foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:507:35: error: uninitialized const ‘_ipc_res_fmt’ [-fpermissive] /media/work/genode-13.05/base-foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:157:7: note: ‘const class Tb_entry_ipc_res_fmt’ has no user-provided default constructor make[5]: *** [tb_entry_output.o] Error 1 make[4]: *** [all] Error 2 make[3]: *** [/media/work/genode-13.05/foc.imx/kernel/fiasco.oc/fiasco] Error 2 make[2]: *** [fiasco.oc.prg] Error 2 make[1]: *** [gen_deps_and_build_targets] Error 2 make[1]: Leaving directory `/media/work/genode-13.05/foc.imx' Error: Genode build failed make: *** [run/demo] Error 252
1.2: hw_imx53 Program core/imx53/core COMPILE _main.o cc1plus: error: unrecognized command line option ‘-std=gnu++11’ make[3]: *** [_main.o] Error 1 make[2]: *** [core.prg] Error 2 make[1]: *** [gen_deps_and_build_targets] Error 2 make[1]: Leaving directory `/media/work/genode-13.05/hw. imx53' Error: Genode build failed make: *** [run/demo] Error 255
Any ideas?
Thanks and Regards Anubhav
Hello,
are you using the Genode tool chain? If not, please have a look at 'doc/tool_chain.txt'.
Christian
Yes tool chain has been installed,have also configured for arm and have also run ./tool/tool_chain arm
On Thu, Jul 4, 2013 at 3:51 PM, Christian Prochaska < christian.prochaska@...1...> wrote:
On 07/04/2013 11:56 AM, Archie Nidhi wrote:
Hello,
- Given that Genode has been ported on iMX53 with u-boot, how do I get
it
running on either qemu or hardware directly? (cross-compiling for arm, configuring u-boot etc.) 2) I tried creating build directories with ./tool/create_builddir
hw_imx53
(and foc_imx53) BUILD_DIR=build and running make run/demo.
Got the following errors: 1.1 : foc_imx53
./dump_tcboffsets tcboffset.bin > tcboffset.h.new mv tcboffset.h.new tcboffset.h ... Making ivt.o ... Making tb_entry_output.o /media/work/genode-13.05/base- foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:506:31: error: uninitialized const ‘_ipc_fmt’ [-fpermissive]
/media/work/genode-13.05/base-foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:141:7:
note: ‘const class Tb_entry_ipc_fmt’ has no user-provided default constructor
/media/work/genode-13.05/base-foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:507:35:
error: uninitialized const ‘_ipc_res_fmt’ [-fpermissive]
/media/work/genode-13.05/base-foc/contrib/kernel/fiasco/src/kern/tb_entry_output.cc:157:7:
note: ‘const class Tb_entry_ipc_res_fmt’ has no user-provided default constructor make[5]: *** [tb_entry_output.o] Error 1 make[4]: *** [all] Error 2 make[3]: *** [/media/work/genode-13.05/foc.imx/kernel/fiasco.oc/fiasco] Error 2 make[2]: *** [fiasco.oc.prg] Error 2 make[1]: *** [gen_deps_and_build_targets] Error 2 make[1]: Leaving directory `/media/work/genode-13.05/foc.imx' Error: Genode build failed make: *** [run/demo] Error 252
1.2: hw_imx53 Program core/imx53/core COMPILE _main.o cc1plus: error: unrecognized command line option ‘-std=gnu++11’ make[3]: *** [_main.o] Error 1 make[2]: *** [core.prg] Error 2 make[1]: *** [gen_deps_and_build_targets] Error 2 make[1]: Leaving directory `/media/work/genode-13.05/hw. imx53' Error: Genode build failed make: *** [run/demo] Error 255
Any ideas?
Thanks and Regards Anubhav
Hello,
are you using the Genode tool chain? If not, please have a look at 'doc/tool_chain.txt'.
Christian
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Genode-main mailing list Genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
Hm,
I'm still not convinced the build system find the right tool-chain binaries. The reason is
On Thu, Jul 04, 2013 at 03:54:48PM +0530, Archie Nidhi wrote:
On 07/04/2013 11:56 AM, Archie Nidhi wrote:
1.2: hw_imx53 Program core/imx53/core COMPILE _main.o cc1plus: error: unrecognized command line option ‘-std=gnu++11’ make[3]: *** [_main.o] Error 1 make[2]: *** [core.prg] Error 2 make[1]: *** [gen_deps_and_build_targets] Error 2 make[1]: Leaving directory `/media/work/genode-13.05/hw. imx53' Error: Genode build failed make: *** [run/demo] Error 255
Our tool chain definitely supports this flag. Could you please run a verbose build via
make VERBOSE= core
and send the build log? It would also be helpful to get the version information of the used tool chain. For this, execute the used compiler like follows
/usr/local/genode-gcc/bin/genode-arm-g++ -v --version
if the log contains
/usr/local/genode-gcc/bin/genode-arm-g++ -Wno-psabi ...
Please make sure you post the version information of the compiler that is used on your platform (refer to the build log).
Regards
Hi Archie,
Yes tool chain has been installed,have also configured for arm and have also run ./tool/tool_chain arm
maybe, you installed the Genode tool chain after having tried to build Genode once? Just to be sure that your build directory is not in an inconsistent state, could you issue a "make cleanall" prior building again?
Cheers Normand
Hi, Thank you for your reply. I am working with Archie. we tried make cleanall still we get the same error 255 after make run/demo.
verbose_log:
[01;33m Program [0mcore/imx53/core COMPILE _main.o core/usr/local/genode-gcc/bin/genode-arm-g++ -std=gnu++11 -DCORE_MAIN=_main -Wno-psabi -ffunction-sections -fno-strict-aliasing -nostdinc -g -march=armv7-a -O2 -MMD -MP -MT '_main.o _main.d' -Wall -I. -I/media/work/genode-13.05/base-hw/src/core/imx53 -I/media/work/genode-13.05/base-hw/src/core -I/media/work/genode-13.05/base-hw/src/core/include -I/media/work/genode-13.05/base-hw/include -I/media/work/genode-13.05/base-hw/src/platform -I/media/work/genode-13.05/base-hw/src/base -I/media/work/genode-13.05/base/src/core/include -I/media/work/genode-13.05/base/include -I/media/work/genode-13.05/base/src/platform -I/media/work/genode-13.05/base-hw/include/platform/imx53 -I/media/work/genode-13.05/base/include/platform/imx53 -I/media/work/genode-13.05/os/include/platform/imx53 -I/media/work/genode-13.05/base-hw/include/arm -I/media/work/genode-13.05/base/include/arm -I/media/work/genode-13.05/base/include/32bit -I/media/work/genode-13.05/base-hw/include -I/media/work/genode-13.05/base/include -I/media/work/genode-13.05/os/include -I/media/work/genode-13.05/demo/include -I/usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/include -c /media/work/genode-13.05/base/src/platform/_main.cc -o _main.o /bin/bash: core/usr/local/genode-gcc/bin/genode-arm-g++: No such file or directory make[2]: *** [_main.o] Error 127 make[1]: *** [core.prg] Error 2 make: *** [gen_deps_and_build_targets] Error 2
version_log:
Using built-in specs. COLLECT_GCC=/usr/local/genode-gcc/bin/genode-arm-g++ COLLECT_LTO_WRAPPER=/usr/local/genode-gcc/bin/../libexec/gcc/arm-elf-eabi/4.6.1/lto-wrapper genode-arm-g++ (GCC) 4.6.1 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Target: arm-elf-eabi Configured with: ../../../contrib/gcc-4.6.1/configure --quiet --prefix=/media/work/astar/genode/build/install --program-prefix=genode-arm- --target=arm-elf-eabi --program-transform-name=s/arm-elf-eabi/arm/ --with-gnu-as --with-gnu-ld --disable-tls --disable-threads --disable-libstdcxx-pch --enable-shared --with-gmp=/media/work/astar/genode/build/lib-install --with-mpfr=/media/work/astar/genode/build/lib-install --with-mpc=/media/work/astar/genode/build/lib-install CPPFLAGS_FOR_TARGET=-I/media/work/astar/genode/build/libc/include 'CFLAGS_FOR_TARGET=-I/media/work/astar/genode/build/libc/include -nostdlib -Wl,--defsym=strlen=0 -Wl,--defsym=free=0 -Wl,--defsym=memcpy=0 -Wl,--defsym=malloc=0 -Wl,--defsym=memset=0 -Wl,--defsym=abort=0 -Wl,--defsy-Wno-psabim=dl_iterate_phdr=0 -fPIC' --silent Thread model: single gcc version 4.6.1 (GCC) COLLECT_GCC_OPTIONS='-v' '--version' '-shared-libgcc' /usr/local/genode-gcc/bin/../libexec/gcc/arm-elf-eabi/4.6.1/cc1 -quiet -v -iprefix /usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/ -D__USES_INITFINI__ help-dummy -quiet -dumpbase help-dummy -auxbase help-dummy -version --version -o /tmp/ccvJP6E7.s GNU C (GCC) version 4.6.1 (arm-elf-eabi) compiled by GNU C version 4.6.3, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 COLLECT_GCC_OPTIONS='-v' '--version' '-shared-libgcc' /usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/../../../../arm-elf-eabi/bin/as -v -meabi=5 --version -o /tmp/ccXteKzN.o /tmp/ccvJP6E7.s GNU assembler version 2.21.1 (arm-elf-eabi) using BFD version (GNU Binutils) 2.21.1 GNU assembler (GNU Binutils) 2.21.1 Copyright 2011 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or later. This program has absolutely no warranty. This assembler was configured for a target of `arm-elf-eabi'. COMPILER_PATH=/usr/local/genode-gcc/bin/../libexec/gcc/arm-elf-eabi/4.6.1/:/usr/local/genode-gcc/bin/../libexec/gcc/:/usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/../../../../arm-elf-eabi/bin/ LIBRARY_PATH=/usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/:/usr/local/genode-gcc/bin/../lib/gcc/:/usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/../../../../arm-elf-eabi/lib/ COLLECT_GCC_OPTIONS='-v' '--version' '-shared-libgcc' /usr/local/genode-gcc/bin/../libexec/gcc/arm-elf-eabi/4.6.1/collect2 -X --version crti.o /usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/crtbegin.o crt0.o -L/usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1 -L/usr/local/genode-gcc/bin/../lib/gcc -L/usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/../../../../arm-elf-eabi/lib /tmp/ccXteKzN.o --start-group -lgcc_s -lgcc -lc --end-group /usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/crtend.o crtn.o collect2 version 4.6.1 (ARM/ELF) /usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/../../../../arm-elf-eabi/bin/ld -X --version crti.o /usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/crtbegin.o crt0.o -L/usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1 -L/usr/local/genode-gcc/bin/../lib/gcc -L/usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/../../../../arm-elf-eabi/lib /tmp/ccXteKzN.o --start-group -lgcc_s -lgcc -lc --end-group /usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/crtend.o crtn.o GNU ld (GNU Binutils) 2.21.1 Copyright 2011 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty.
On Thu, Jul 4, 2013 at 6:01 PM, Norman Feske <norman.feske@...1...>wrote:
Hi Archie,
Yes tool chain has been installed,have also configured for arm and have also run ./tool/tool_chain arm
maybe, you installed the Genode tool chain after having tried to build Genode once? Just to be sure that your build directory is not in an inconsistent state, could you issue a "make cleanall" prior building again?
Cheers Normand
-- Dr.-Ing. Norman Feske Genode Labs
http://www.genode-labs.com · http://genode.org
Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Genode-main mailing list Genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
Hello Amit,
On Fri, Jul 05, 2013 at 12:18:51PM +0530, Amit Choudhari wrote:
verbose_log:
[01;33m Program [0mcore/imx53/core COMPILE _main.o core/usr/local/genode-gcc/bin/genode-arm-g++ -std=gnu++11 -DCORE_MAIN=_main -Wno-psabi -ffunction-sections -fno-strict-aliasing -nostdinc -g -march=armv7-a -O2 -MMD -MP -MT '_main.o _main.d' -Wall -I. -I/media/work/genode-13.05/base-hw/src/core/imx53 -I/media/work/genode-13.05/base-hw/src/core -I/media/work/genode-13.05/base-hw/src/core/include -I/media/work/genode-13.05/base-hw/include -I/media/work/genode-13.05/base-hw/src/platform -I/media/work/genode-13.05/base-hw/src/base -I/media/work/genode-13.05/base/src/core/include -I/media/work/genode-13.05/base/include -I/media/work/genode-13.05/base/src/platform -I/media/work/genode-13.05/base-hw/include/platform/imx53 -I/media/work/genode-13.05/base/include/platform/imx53 -I/media/work/genode-13.05/os/include/platform/imx53 -I/media/work/genode-13.05/base-hw/include/arm -I/media/work/genode-13.05/base/include/arm -I/media/work/genode-13.05/base/include/32bit -I/media/work/genode-13.05/base-hw/include -I/media/work/genode-13.05/base/include -I/media/work/genode-13.05/os/include -I/media/work/genode-13.05/demo/include -I/usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/include -c /media/work/genode-13.05/base/src/platform/_main.cc -o _main.o /bin/bash: core/usr/local/genode-gcc/bin/genode-arm-g++: No such file or directory make[2]: *** [_main.o] Error 127 make[1]: *** [core.prg] Error 2 make: *** [gen_deps_and_build_targets] Error 2
It seems you fell into another pit by skipping one whitespace on the proposed command line for "make". Please try again with
make VERBOSE="" core
Mind the whitespace between 'VERBOSE=""' and 'core'.
version_log:
Using built-in specs. COLLECT_GCC=/usr/local/genode-gcc/bin/genode-arm-g++ COLLECT_LTO_WRAPPER=/usr/local/genode-gcc/bin/../libexec/gcc/arm-elf-eabi/4.6.1/lto-wrapper genode-arm-g++ (GCC) 4.6.1 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The current Genode tool chain is
COLLECT_GCC=/usr/local/genode-gcc/bin/genode-arm-g++ COLLECT_LTO_WRAPPER=/usr/local/genode-gcc-4.7.2-64/bin/../libexec/gcc/arm-elf-eabi/4.7.2/lto-wrapper genode-arm-g++ (GCC) 4.7.2 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
So it seems you installed an old version in /usr/local. Please move/remove /usr/local/genode-gcc and install the current tool chain.
Greets
Hello there,
Thanks a lot! We removed the entire tool-chain and reinstalled the precompiled one from the sourceforge project. The problem I think was that even after installing pre-compiled ones, we ran ./tool/tool_chain arm which might have altered certain files in /usr/local/genode-gcc, thus causing all the problems. We ran make VERBOSE= core with no error and make run/demo was successful, if only for an instant. QEMU failed.
Here's the log:
boot image: var/run/demo/image.elf
spawn qemu-system-arm -m 256 -serial mon:stdio -kernel var/run/demo/image.elf : spawn id exp6 not open while executing "expect { -i $running_spawn_id -re $wait_for_re { } eof { puts stderr "Error: Spawned process died unexpectedly"; exit -3 } timeout { puts ..." (procedure "wait_for_output" line 11) invoked from within "wait_for_output $wait_for_re $timeout_value $qemu_spawn_id" (procedure "spawn_qemu" line 51) invoked from within "spawn_qemu $wait_for_re $timeout_value" (procedure "run_genode_until" line 18) invoked from within "run_genode_until forever" (file "/media/work/genode-13.05/os/run/demo.run" line 139) invoked from within "source $include_name" ("foreach" body line 3) invoked from within "foreach include_name [get_cmd_arg --include ""] { puts "using run script $include_name" source $include_name }" (file "/media/work/genode-13.05/tool/run" line 730) make: *** [run/demo] Error 1
But we're trying to go according to this post https://github.com/genodelabs/genode/commit/ce58a63fb661df42e6bf283891589b11...
Try to run it on the hardware straightaway.
Cheers Aditya.
On Fri, Jul 5, 2013 at 2:11 PM, Christian Helmuth < christian.helmuth@...1...> wrote:
Hello Amit,
On Fri, Jul 05, 2013 at 12:18:51PM +0530, Amit Choudhari wrote:
verbose_log:
[01;33m Program [0mcore/imx53/core COMPILE _main.o core/usr/local/genode-gcc/bin/genode-arm-g++ -std=gnu++11 -DCORE_MAIN=_main -Wno-psabi -ffunction-sections -fno-strict-aliasing -nostdinc -g -march=armv7-a -O2 -MMD -MP -MT '_main.o _main.d' -Wall -I. -I/media/work/genode-13.05/base-hw/src/core/imx53 -I/media/work/genode-13.05/base-hw/src/core -I/media/work/genode-13.05/base-hw/src/core/include -I/media/work/genode-13.05/base-hw/include -I/media/work/genode-13.05/base-hw/src/platform -I/media/work/genode-13.05/base-hw/src/base -I/media/work/genode-13.05/base/src/core/include -I/media/work/genode-13.05/base/include -I/media/work/genode-13.05/base/src/platform -I/media/work/genode-13.05/base-hw/include/platform/imx53 -I/media/work/genode-13.05/base/include/platform/imx53 -I/media/work/genode-13.05/os/include/platform/imx53 -I/media/work/genode-13.05/base-hw/include/arm -I/media/work/genode-13.05/base/include/arm -I/media/work/genode-13.05/base/include/32bit -I/media/work/genode-13.05/base-hw/include -I/media/work/genode-13.05/base/include -I/media/work/genode-13.05/os/include -I/media/work/genode-13.05/demo/include -I/usr/local/genode-gcc/bin/../lib/gcc/arm-elf-eabi/4.6.1/include -c /media/work/genode-13.05/base/src/platform/_main.cc -o _main.o /bin/bash: core/usr/local/genode-gcc/bin/genode-arm-g++: No such file or directory make[2]: *** [_main.o] Error 127 make[1]: *** [core.prg] Error 2 make: *** [gen_deps_and_build_targets] Error 2
It seems you fell into another pit by skipping one whitespace on the proposed command line for "make". Please try again with
make VERBOSE="" core
Mind the whitespace between 'VERBOSE=""' and 'core'.
version_log:
Using built-in specs. COLLECT_GCC=/usr/local/genode-gcc/bin/genode-arm-g++
COLLECT_LTO_WRAPPER=/usr/local/genode-gcc/bin/../libexec/gcc/arm-elf-eabi/4.6.1/lto-wrapper
genode-arm-g++ (GCC) 4.6.1 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
The current Genode tool chain is
COLLECT_GCC=/usr/local/genode-gcc/bin/genode-arm-g++
COLLECT_LTO_WRAPPER=/usr/local/genode-gcc-4.7.2-64/bin/../libexec/gcc/arm-elf-eabi/4.7.2/lto-wrapper genode-arm-g++ (GCC) 4.7.2 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
So it seems you installed an old version in /usr/local. Please move/remove /usr/local/genode-gcc and install the current tool chain.
Greets
Christian Helmuth Genode Labs
http://www.genode-labs.com/ · http://genode.org/ https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/
Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Genode-main mailing list Genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main