Sysprogs forums › Forums › VisualGDB › should i update my support license?
- This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago by support.
-
AuthorPosts
-
May 17, 2018 at 12:34 #20937b.timofteParticipant
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 ?
- will you add support for TDM-gcc compiler 32/64
- can you add support for a mingw version downloaded from the internet ?
- 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?
May 17, 2018 at 13:36 #20938b.timofteParticipantFor 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” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<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>\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>
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/>.\n”
~”Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n”
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
~”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>\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>
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/>.\n”
~”Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n”
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
~”For help, type \”help\”.\n”
~”Type \”apropos word\” to search for commands related to \”word\”.\n”
^done- This reply was modified 6 years, 6 months ago by b.timofte.
May 17, 2018 at 17:23 #20940supportKeymasterSorry, 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.
-
AuthorPosts
- You must be logged in to reply to this topic.