Error message connecting ARM simulator

Comments

3 comments

  • Avatar
    Jon Elliott

    I suspect the problem is that the project pre-dates 64-bit Windows support. Change the Debug > Simulator > Memory Simulation File project property from:

    $(PackagesDir)/targets/Philips_LPC210X/LPC2000SimulatorMemory.dll

    to:

    $(PackagesDir)/targets/Philips_LPC210X/LPC2000SimulatorMemory$(HostDLL)

     

    0
    Comment actions Permalink
  • Avatar
    Bruce Varley

    Thanks Jon, but had trouble following through with this. I worked through both the Debug and Project menus, and there was no mention whatsoever of Simulator. Ditto all the rest of the menus.

    Is this a case of an old version? If so, I'll upgrade.

    1
    Comment actions Permalink
  • Avatar
    Bruce Varley

    Located it (in an unexpected place), and the suggested fix works. Thanks Jon! And apologies for the false alarm.

    0
    Comment actions Permalink

Please sign in to leave a comment.