FireyTeeJ

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: VisualGDB Android SIGILL When Starting to Debug #2852
    FireyTeeJ
    Participant

    I have been having the same problem trying to build an snmp agentx subagent on a Raspberry Pi. Even the basic HelloWorld project causes a SIGILL fault as soon as the net-snmp libraries are included in the link without any attempt to call any snmp functions, and before the main() function entry point is reached.
    Because this is on an XP machine I presume the above advice to clear local application data refers to C:Documents and SettingstjLocal SettingsApplication DataVisualGDBRemoteSourceCache192.168.44.50 which had a collection of numbered subdirectories created from an earlier project.
    I have deleted all of these and now – although I still get the SIGILL – the program does actually ‘continue’ into the main() function.
    The SIGILL occurs in the crypto.so library.
    There is no sign of any error if the program is run directly on the Pi

    in reply to: Octal display of variables #2564
    FireyTeeJ
    Participant

    Yes, I understand that.
    Its just that if its going to show me a set of numbers for the array of unsigned chars it would be much more helpful to see it in hex (or even decimal) not octal.
    I was hoping you might have some control over this but If it’s a VS2010 issue I guess I could try bugging M$ but I wont hold my breath.

    in reply to: Octal display of variables #2562
    FireyTeeJ
    Participant

    Attached view of debugger & quick watch window with hex on and off.
    Sorry if they’re a bit big

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