WalterF

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Deployment with GDB instead of GDBServer #9707
    WalterF
    Participant

    I created a ticket and sent gdbsettings to you.

    in reply to: Deployment with GDB instead of GDBServer #9697
    WalterF
    Participant

    Thanks for your hint! I got a custom version of VisualGDB.
    Use custom GDB executable: When I select gdb on deploy machine it will be ignored and always changed to build machine.

    Compiling does not work with different SSH build and deploy computers. Log tells that msbuild-mak will be startet on local computer.

    By the way: When start VisualGDB Project properties ‘Computer used for building and debugging’ always shows (local computer). I have to change to MSBuild settings and switch back to Project settings in order to get the correct IP and SSH shown.

    in reply to: Wrong tooltip on double values #8312
    WalterF
    Participant

    Hi,

    you are right. It depends on the name and it was a conflict with an ARM NEON register name (d2).
    double d2 = 1.125;
    double dV2 = 1.125;
    d2 shows wrong value (interpreted as builtin_type_ieee_double), dV2 ist correct (interpreted as double).

    • This reply was modified 7 years, 11 months ago by WalterF.
    in reply to: Wrong tooltip on double values #8301
    WalterF
    Participant

    Adding the picture did not work.

    The Tooltip shows 3.05866665335518889e+154 instead of 28.4375 which is correctly displayed in the local variables window.

     

    in reply to: Preinitialization with Segger #8296
    WalterF
    Participant

    Hi Magic

    C:\Users\yourname\AppData\Local\VisualGDB\EmbeddedDebugPackages\com.sysprogs.arm.segger-dmsp
    GDBStartupCommands
    Here I added the commands for memory controller init. F.e.:
    set {int}0x30340004 = 0x0F400005
    set mem inaccessible-by-default on

    just before
    $$com.sysprogs.jlink.program$$

    Greetings

    • This reply was modified 7 years, 11 months ago by WalterF.
    in reply to: Preinitialization with Segger #8252
    WalterF
    Participant

    Thank you for you fast answer and proposal.

    If I am really the only person with uninitialized DDR RAM I can live with this. Only after your next update I need not to forget to change edp.xml again.

    At moment I’m happy with the situation because I am able to debug and work;-)

Viewing 6 posts - 1 through 6 (of 6 total)