Forum Replies Created
-
AuthorPosts
-
NakueliofixParticipant
I was able to track down what I did wrong in my modifying the config.
This is now the corrected file that works for me:
<?xml version=”1.0″ encoding=”utf-8″ ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy=”true” />
<startup>
<supportedRuntime version=”v4.0.30319″/>
<supportedRuntime version=”v2.0.50727″/>
</startup>
</configuration>NakueliofixParticipantBlah. Spoke too soon, VisualGDB.exe actually runs, but I’m still not building.
1>—— Build started: Project: igc.nisttime.git_linked, Configuration: Release Win32 ——
1> Build/launch failed: The type initializer for ‘ln1’ threw an exception.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(41,5): error MSB3073: The command “”C:\Program Files (x86)\Sysprogs\VisualGDB\\VisualGDB.exe” /build “C:\Code\Linux2015\igc.nisttime.git_linked\igc.nisttime.git_linked\igc.nisttime.git_linked.vcxproj” “/solution:C:\Code\Linux2015\igc.nisttime.git_linked\igc.nisttime.git_linked.sln” “/config:Release” “/platform:Win32″” exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========I imagine it’s the same thing… or some variant. *Pokes at it*
NakueliofixParticipantOkay, got it working again.
VisualGDB.exe.config had to be modified thusly:
<?xml version=”1.0″ encoding=”utf-8″ ?>
<startup useLegacyV2RuntimeActivationPolicy=”true” />
<configuration>
<startup>
<supportedRuntime version=”v4.0.30319″/>
<supportedRuntime version=”v2.0.50727″/>
</startup>
</configuration>NakueliofixParticipantTried updating, that didn’t change anything..
I downloaded the attached file and noticed there was already a similar named file to the attached one (Contents are identical)
I don’t think I can install .Net 2.0 though… 🙁
NakueliofixParticipantOh yay! Paperwork all through fast… Should be good now. 🙂
NakueliofixParticipant*cry* That will mean I’m down another couple days for that paperwork to go through.
Nothing to be done about that, I guess.
NakueliofixParticipantThe answer was – Incompatibility between your gcc and gdb versions
Thanks so much!
-
AuthorPosts