support

Forum Replies Created

Viewing 15 posts - 6,871 through 6,885 (of 7,665 total)
  • Author
    Posts
  • in reply to: can i attach to gdb #3481
    support
    Keymaster

    Hi,

    That is not possible. However you can start your service as “gdbserver : myservice” and then use the “target remote :” command to attach to it with VisualGDB.

    in reply to: Loading QT on BBB using SmarTTY #3473
    support
    Keymaster

    Hi,

    Do you have the ssh server running on the beaglebone? Can you connect to itself via SSH (type “ssh localhost” via the USB console)?

    in reply to: VisualGDB and Non Stop Mode: Need to replace Ctrl-C? #3464
    support
    Keymaster

    Hi,

    Are you able to use the non-stop mode reliably in the normal command-line mode without VisualGDB?

    in reply to: Can’t attach to Android process #3461
    support
    Keymaster

    Hi,

    This might be happening because you are building against an older platform version in NDK that installs an older gdbserver (tool required for debugging) that is incompatible with the new Android OS.
    Does switching the NDK platform to a more recent one solve the problem?

    in reply to: VisualGDB and Non Stop Mode: Need to replace Ctrl-C? #3468
    support
    Keymaster

    Hi,

    Last time we checked the GDB non-stop mode, it was not very reliable and many commands did not work in it. Could you please let us know what are you trying to accomplish with using the non-stop mode? There could be a better solution to that.

    in reply to: Error creating new SSH connection #3470
    support
    Keymaster

    Hi,

    This cryptic message actually comes from Windows and means that the host name you specified cannot be found. Please try stopping your DNS cache service (net stop dnscache) or specify the IP address directly.

    in reply to: GCC 4.8? #3455
    support
    Keymaster

    Hi,

    We are currently still investigating the feasibility of building the 4.8 toolchain. So far we have managed to update our Raspberry Pi device to Jessie, but there are still some things to figure out before we can publish the toolchain.

    in reply to: Linux Static Lib with source files in multiple folders #3463
    support
    Keymaster

    Hi,

    Normally VisualGDB will compute relative source file paths and put them to Makefile when updating it. Looks like in your case this mechanism is not working as expected. Could you please share your Makefile and also let us know its full path, the full path of the .cpp file and the full path of the Visual Studio project?

    in reply to: VisualGDB + Bochs #3452
    support
    Keymaster

    Hi,

    It’s hard to say where exactly the problem is, but it’s somewhere between your GDB and the GDB stub. The GDBServer protocol uses hardcoded register positions, so if the stub and GDB make different assumptions about them, things will be mixed up.
    We would advise using VMWare GDB stub instead (e.g. http://sysprogs.com/VisualKernel/tutorials/vmware/). You can also try explicitly compiling your GDB with XML support so that it will understand XML register descriptions reported by the stub (if Bochs supports them). If that does not help, the solution would be to dump the packets received from the GDB stub, compare the reply from Bochs with the reply from normal GDBServer and adjust the Bochs sources to make them compatible with GDB.

    in reply to: Can’t attach to Android process #3460
    support
    Keymaster

    Hi,

    This is a known limitation of recent Android versions. In short, you will need 2 versions of your native tool: one for Android 4.1+ and another one for the previous versions. Running the older one on the new OSes will show the message you are experiencing. You can read more about it here: http://stackoverflow.com/questions/24818902/running-a-native-library-on-android-l-error-only-position-independent-executab

    in reply to: Feature request: The Go lang #3373
    support
    Keymaster

    Although it is used in many production environments, it is still not as popular as the mainstream languages. Either way, feel free to give it a try with the Quick Debug feature and if you find some annoyances along that path, we should be able to fix them for you.

    in reply to: BeagleBone Black with Debian #3451
    support
    Keymaster

    Hi,

    Our latest Beaglebone toolchain is Debian-compatible, so you should have no problems using it for your device.
    Regarding the complexity, answer depends on what are you trying to accomplish. The development tool experience (building, debugging, configuring) with VisualGDB is very similar to classical Visual Studio. The APIs, however, are completely different: if you are used to certain Windows APIs, they won’t work on the Beaglebone even with VisualGDB, i.e. you will still need to learn and use the Linux API. However, there are numerous tutorials on those and you can also ask here if you have further questions.

    in reply to: OK, feature requests wanted #3403
    support
    Keymaster

    It should normally support them. Can you share an example file that does not work?

    in reply to: cant include bzscmn/file.h #3430
    support
    Keymaster

    Wait a bit more on that. Once the beta is out, I will release a self-contained source package that won’t require any further adjustments.

    in reply to: OK, feature requests wanted #3401
    support
    Keymaster

    Hey guys, if I promise something, I don’t forget it 🙂
    The new WinCDEmu beta is out. Check out the highlights here: http://wincdemu.sysprogs.org/news/4.0/
    I’ve added what everything that was asked except 2 things:
    * Registry cleanup for portable driver uninstallation. Simply could not reproduce it. If you can share exact repro steps, I’ll look into it more.
    * Localization for the portable version. The current localization engine stores translations in separate files, but the portable version has to be 1 stand-alone file. If someone is willing to modify the sources to support localization via resources, I can show how to do this.

    If you have other requests or feedback on the beta, feel free to post them here.

Viewing 15 posts - 6,871 through 6,885 (of 7,665 total)