[yocto] how can i add gdb to my toolchain ?

2014-04-06 Thread Sabri Altunbas
Hi together, In directory /home/tux/aaa/poky/build/tmp/sysroots/i686-linux/usr/bin/armv5te-poky-linux- gnueabi I have all the tools for building... except arm-poky-linux-gnueabi-gdb Can someone say me where and how can I add ...-gdb to my toolchain ? Regards --

Re: [yocto] how can i add gdb to my toolchain ?

2014-04-06 Thread Sabri Altunbas
bitbake gdb-cross A lot of thanks. It works fein Regards -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

test

2013-12-02 Thread Sabri Altunbas
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

test

2013-12-02 Thread Sabri Altunbas
-- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [U-Boot] multiple definition of `reloc_dst'

2012-08-11 Thread Sabri Altunbas
Ich habe in Makefile die Zeile LDFLAGS += -z muldefs aufgenommen ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] multiple definition of `reloc_dst'

2012-07-31 Thread Sabri Altunbas
Hello, i get this link error if i build u-boot ... ... ... sh4-unknown-linux-uclibc-ld -e 0x8FF0 --defsym reloc_dst=0x8FF0 -T u-boot.lds --gc-sections -Bstatic -Ttext 0x8FF0 $UNDEF_SYM arch/sh/cpu/sh4/start.o --start-group BR/BR_libsh4.a

[U-Boot] multiple definition of `reloc_dst'

2012-07-31 Thread Sabri Altunbas
Hello, i get this link error if i build u-boot ... ... ... sh4-unknown-linux-uclibc-ld -e 0x8FF0 --defsym reloc_dst=0x8FF0 -T u-boot.lds --gc-sections -Bstatic -Ttext 0x8FF0 $UNDEF_SYM arch/sh/cpu/sh4/start.o --start-group BR/BR_libsh4.a

[U-Boot] building u-boot inside buildroot

2012-07-29 Thread Sabri Altunbas
I installed buildroot as my embedded linux environment. For first time I can build u-boot. But if i change a c-file and try to recompile u-boot. It doesn,t work. Buildroot doesn,t notice this changing and does nothing. Can anybody give me any hints please