J-Link GDB Server LPC2468

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • J-Link GDB Server LPC2468

    Dear Team,

    I am facing some hindrances while using J-Link GDB Server with LPC2468 OEM board. The following are the things that I have done:

    1. Compiled test program with ARM tool chain available at codesourcery.com/

    2. Generated binary file using ld and objdump and obtained app.bin file.

    3. Connected the target board and launched GDB Server.

    4. Launched GDB client and connected to server using target remote 127.0.0.1:2331

    At this point, I am unable to load my app.bin file to the target. I am able to issue some basic commands like reset, etc.

    Somebody who used J-Link GDB Server with LPC2468 OEM family boards, kindly provide a pointer to missing setting. Is it correct to download binary file into target or else I shall download default a.out file.

    Regards.