should i update my support license?

Sysprogs forums Forums VisualGDB should i update my support license?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20937
    b.timofte
    Participant

    Dear all

    My support license expired last year and the issue i have before i will update to new one … please tell me if these has been fixed/implemented ?

    1. will you add support for TDM-gcc compiler 32/64
    2. can you add support for a mingw version downloaded from the internet ?
    3. can you switch between these toolchains in the project properties without having the bug that  the tool forgets what is selected and the field is empty and then when trying to compile and error is thrown that tool chain coudldn’t be found?
    #20938
    b.timofte
    Participant

    For example if i switch to the new version will this error will be fixed ?

    I am using TDM-GCC-32 CustomToolchain.xml

    With config

    <?xml version=”1.0″?>
    <CustomToolchain xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=”http://www.w3.org/2001/XMLSchema”&gt;
    <Toolchain>
    <UnixSystem>false</UnixSystem>
    <AdditionalPathDirectories>
    <string>C:\TDM-GCC-32\bin</string>
    <string>C:\TDM-GCC-32\msys\1.0\bin</string>
    </AdditionalPathDirectories>
    <RequireCtrlBreak>false</RequireCtrlBreak>
    <SourceDirMapping>
    <Directories>
    <SourceDirMappingEntry>
    <RemoteDir>/mingw</RemoteDir>
    <LocalDir>C:\TDM-GCC-32</LocalDir>
    </SourceDirMappingEntry>
    </Directories>
    <PathStyle>MinGWUnixSlash</PathStyle>
    </SourceDirMapping>
    <Name>MinGW</Name>
    <UniqueID>com.sysprogs.imported.mingw_TDM_GCC_32</UniqueID>
    <Location>C:\TDM-GCC-32</Location>
    <GCC>C:\TDM-GCC-32\bin\gcc.exe</GCC>
    <GXX>C:\TDM-GCC-32\bin\g++.exe</GXX>
    <GDB>c:\TDM-GCC-32\bin\gdb32.exe</GDB>
    <AR>C:\TDM-GCC-32\bin\ar.exe</AR>
    <OBJCOPY>C:\TDM-GCC-32\bin\objcopy.exe</OBJCOPY>
    <Make>C:\TDM-GCC-32\bin\mingw32-make.exe</Make>
    <UseCygwinBash>false</UseCygwinBash>
    </Toolchain>
    <Type>Windows</Type>
    <Version>
    <GCC>5.1.0</GCC>
    <Revision>0</Revision>
    </Version>
    <Name>MinGW</Name>
    <IsShared>false</IsShared>
    </CustomToolchain>

    <span style=”text-decoration: underline;”>But when i debug after i compile i get the error :</span>

     

    VisualGDB is licensed to
    c:\TDM-GCC-32\bin\gdb32.exe –interpreter mi –args “C:\VisualGdb\TDMGCC32\TDMGCC32/Debug/TDMGCC32.exe”
    -gdb-version
    gdbwrapper: AssignProcessToJobObject failed
    Warning: could not set a breakpoint on main. ‘Step into new instance’ will not work.
    =thread-group-added,id=”i1″
    ~”GNU gdb (GDB) 7.9.1\n”
    ~”Copyright (C) 2015 Free Software Foundation, Inc.\n”
    ~”License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html&gt;\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.  Type \”show copying\”\nand \”show warranty\” for details.\n”
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html&gt;
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.  Type “show copying”
    and “show warranty” for details.
    ~”This GDB was configured as \”mingw32\”.\nType \”show configuration\” for configuration details.”
    This GDB was configured as “mingw32”.
    Type “show configuration” for configuration details.
    ~”\nFor bug reporting instructions, please see:\n”
    ~”<http://www.gnu.org/software/gdb/bugs/&gt;.\n”
    ~”Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/&gt;.\n”
    Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/&gt;.
    ~”For help, type \”help\”.\n”
    ~”Type \”apropos word\” to search for commands related to \”word\”…\n”
    ~”Reading symbols from C:\\VisualGdb\\TDMGCC32\\TDMGCC32/Debug/TDMGCC32.exe…”
    ~”done.\n”
    ~”GNU gdb (GDB) 7.9.1\n”
    ~”Copyright (C) 2015 Free Software Foundation, Inc.\n”
    ~”License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html&gt;\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.  Type \”show copying\”\nand \”show warranty\” for details.\n”
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html&gt;
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.  Type “show copying”
    and “show warranty” for details.
    ~”This GDB was configured as \”mingw32\”.\nType \”show configuration\” for configuration details.”
    This GDB was configured as “mingw32”.
    Type “show configuration” for configuration details.
    ~”\nFor bug reporting instructions, please see:\n”
    ~”<http://www.gnu.org/software/gdb/bugs/&gt;.\n”
    ~”Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/&gt;.\n”
    Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/&gt;.
    ~”For help, type \”help\”.\n”
    ~”Type \”apropos word\” to search for commands related to \”word\”.\n”
    ^done

     

    • This reply was modified 6 years ago by b.timofte.
    #20940
    support
    Keymaster

    Sorry, the AssignProcessToJobObject error looks like something happening inside the toolchain’s gdb and it outside VisualGDB’s control, so the only way to diagnose it would be to check with the toolchain vendor. Other than that, importing of 3rd-party toolchains via the CustomToolchain mechanism is fully supported.

    We are not aware of the bug with switching the toolchains; if you decide to renew your support, please let us know how to reproduce it and we will investigate/fix it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.