• How to connect ARM-DS debugger to Qemu
    Hi All, Qemu is a machine emulator software with inbuilt GDB server support for remote debugging through TCP . I am trying emulate VerstailePB board and boot linux kernel over it . I am freezing the execution...
  • GDB and ULINK
    I am a novice in Keil tools. I have a project with PHILIPS LPC2134. Can ULINK be used with GDB (DDD) and Cygwin environment, or even pure Linux?
  • GDB debugger
    Hi there, My project is based on LPC2368 controller and iam using Keil uVision3 IDE with the GNU compiler. My code size exceeds 16kB. Hence, iam unable to use the Keil Debugger with Ulink2 JTAG debugger...
  • Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...
  • How to use aarch64-elf-gcc to print hello world
    1. aarch64-elf-gcc need use glibc2.14 while our central version up to glibc-2.12 only 2. I have downloaded glibc-2.14 in my local directory 3 I try to set LD_LIBRARY_PATH to my local glibc-2.14 directory...