Forum Replies Created
-
AuthorPosts
-
victor_sParticipant
Thank you very much for this detailed explanation. Moving import right after Microsoft.Cpp.Default.props made everything work as expected.
victor_sParticipantThank you.
I found that VisualGDB specific properties do change from the property sheet. It just can’t be seen and controlled from the project property page, like other properties, so it is sort of hidden properties. No matter what written in the project property page – settings always taken from property sheet.
In some situations it can be misleading, like you define something in the property page and it doesn’t work, because property sheet redefined it.
victor_sParticipantThank you, it works for common Visual Studio properties, like <Outdir> or <ClCompile>
But I didn’t succeed to define VisualGDB specific properties like <GNUConfigurationType>, <GNUToolchainPrefix>, <GNUCompilerType>. Can it be done?
victor_sParticipantHello. Do you plan to integrate it to the main version (release) some time?
victor_sParticipantWhen I turn on verbose mode for a linker – I see “GNU ld” working.
victor_sParticipantHello.
Another issue here – how can I make sure that VisualGDB uses xild for linking and not ld. I suspect that it doesn’t.
victor_sParticipantIt works nice with this build. Thank you very much.
victor_sParticipantCompiling works, but it fails at the link stage. It still looks for g++ for linking.
victor_sParticipantGreat. Thank you.
I see in verbose mode that intel compiler runs. I need to make additional testings yet.
victor_sParticipantThank you for the help. I want to try a new build. Working with MSBuild is better for me.
Did you mean GCCFlags.xml? However I think icc flags are mostly compatible with gcc.
-
AuthorPosts