Hi Juergen, I have worked around this problem and I try to know what it is happen.
_________________________________________________________________ When I search the arch of the executable, it looks fine: sst@sst-virtual-machine:~/workspace/eclipse/myHelloWorld3/Debug$ readelf -A myHelloWorld3 Attribute Section: aeabi File Attributes Tag_CPU_name: "Cortex-A8" Tag_CPU_arch: v7 Tag_CPU_arch_profile: Application Tag_ARM_ISA_use: Yes Tag_THUMB_ISA_use: Thumb-2 Tag_FP_arch: VFPv3 Tag_Advanced_SIMD_arch: NEONv1 Tag_ABI_PCS_wchar_t: 4 Tag_ABI_FP_denormal: Needed Tag_ABI_FP_exceptions: Needed Tag_ABI_FP_number_model: IEEE 754 Tag_ABI_align_needed: 8-byte Tag_ABI_align_preserved: 8-byte, except leaf SP Tag_ABI_enum_size: int Tag_ABI_HardFP_use: SP and DP Tag_CPU_unaligned_access: v6 Tag_DIV_use: Not allowed Tag_Virtualization_use: TrustZone _________________________________________________________________ When I try to execute in my host the executable with the arm-cortexa8-linux-gnueabi-gdb I obtain: sst@sst-virtual-machine:/opt/OSELAS.Toolchain-2011.11.3/arm-cortexa8-linux-gnueabi/gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/bin$ arm-cortexa8-linux-gnueabi-gdb /home/sst/workspace/eclipse/myHelloWorld3/Debug/myHelloWorld3 GNU gdb (GDB) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=x86_64-unknown-linux-gnu --target=arm-cortexa8-linux-gnueabi". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/sst/workspace/eclipse/myHelloWorld3/Debug/myHelloWorld3...done. (gdb) target remote 192.168.3.11:10000 192.168.3.11:10000: Die Wartezeit für die Verbindung ist abgelaufen. (gdb) target remote 192.168.3.11:80 Remote debugging using 192.168.3.11:80 Ignoring packet error, continuing... warning: unrecognized item "timeout" in "qSupported" response _________________________________________ When the Programm is runned, because it is a cross debuger, the gdb like to know how connect to the target and it give the same problem that in Eclipse. I wish that it was that you request. Many thanks for your help. -Regards Breixo Lopez Garcia
