support

Forum Replies Created

Viewing 15 posts - 6,946 through 6,960 (of 7,665 total)
  • Author
    Posts
  • in reply to: RTC Problem #3369
    support
    Keymaster

    Hi,

    This looks like a hardware bug or the STM32 driver bug. Have you tried contacting the ST support regarding it?

    in reply to: two question for visualgdb #3346
    support
    Keymaster

    Hi,

    Chroot can be a problem here. Public key authentication setup requires access to /.ssh and if it becomes unavailable as a result of the chroot call, VisualGDB cannot physically do the setup.
    You can do the setup manually by running VisualGDB.exe /dumpsshkey:file.txt and then appending the contents of file.txt to
    /.ssh/authorized_keys on the remote machine.

    in reply to: Kinetis K64 Support #3351
    support
    Keymaster

    Hi,

    Sorry for the delayed reply. We have made a detailed tutorial on targeting unsupported devices here: http://visualgdb.com/tutorials/arm/legacy/
    Let me know if you have any questions.

    in reply to: Semihosting broken with latest GCC arm-eabi update #3335
    support
    Keymaster

    Hi,

    We’ve released an updated toolchain based on gcc 4.9.1 that resolves some issues and includes a newer newlib. Does your problem still happen with that version?

    support
    Keymaster

    Hi,

    Sorry for the delayed reply. We are currently investigating a potential regression with our updated ARM toolchain. We will address your issues within the next week. Sorry again for the delay.

    in reply to: Semihosting broken with latest GCC arm-eabi update #3331
    support
    Keymaster

    Hi,

    The previous version did not include the initialise_monitor_handles() method at all. In the current version it is used by the weak implementations of syscalls that can be overridden. Are you calling it initialise_monitor_handles() explicitly, or is it called by some syscall you are invoking?

    in reply to: Kinetis K64 Support #3348
    support
    Keymaster

    Hi,

    Based on our statistics the Kinetis devices are among the least commonly used. Hence we will be prioritizing support for other device families before. If you want to get it to work earlier, we can provide instructions on specifying the necessary flags manually. Just let us know.

    in reply to: two question for visualgdb #3345
    support
    Keymaster

    Hi,

    Yes, you can override the SSH port by specifying host:port in the “host name” field.
    During “configuring” stage VisualGDB adds your public key to ~/.ssh/authorized_keys. If it hangs in this stage, please check whether the file is writable.
    You can also disable the “setup public key authentication” and use the password instead.

    in reply to: attaching to a remote process #3338
    support
    Keymaster

    Hi,

    If you want to attach to an app, please use the ‘Debug Custom APK’ command and select ‘attach to an existing instance’ when prompted.

    in reply to: Import folder recursively not showing #3343
    support
    Keymaster

    Hi,

    Can you attach a screenshot showing the missing menu item?

    in reply to: visualGDB crashes when trying to debug (ndk-r10) #3339
    support
    Keymaster

    Hi,

    This looks like a GDB bug (https://code.google.com/p/android/issues/detail?id=67938). Can you try experimenting with other toolchain versions in the NDK and/or different Android platform versions?

    in reply to: attaching to a remote process #3336
    support
    Keymaster

    Hi,

    Are you trying to attach to a native tool or an Android App?

    support
    Keymaster

    Hi,

    Please try setting the Android->Debug Options->Do not Query Source Files option. This will disable certain workarounds that depend on the file-list-exec-source-files command, but should overall improve the performance.

    in reply to: Issue with "Start without debugging" #3290
    support
    Keymaster

    Hi,

    We received a lot of feedback from different customers regarding poor performance when using Raspberry Pi with WiFi, so we would suspect it to be the main cause. Let us know if you experience any problems with the wired connection.

    in reply to: The INCLUDE_DIRS is invalid? #3100
    support
    Keymaster

    Hi,

    Sorry, please check debug.mak, not flags.mak.

Viewing 15 posts - 6,946 through 6,960 (of 7,665 total)