Hi,
I am using VisualGDB 5.2-r9 on my developer PC. The 30 day free trial is over so we bought 5 user activation key. I used that key to activate VisualGDB on my PC and everything working fine, i can build my project in VS and in command line as well.
I have problemĀ with our build server (the build server checkout the project from SVN and build it using command line like “c:\VisualGDB\VisualGDB.exe /rebuild /config:Debug /Platform=Win32 proj.vcxproj”).
The build server contains only MSBuild without VS becouse we only using it to build our projects.
On the build server side i did the following steps:
- installed VisualGDB 5.2-r9
- installed arm toolchain arm-eabi-gcc6.2.0-r4
I was not able to activate VisualGDB, becouse i do not know how to do it using command line.
When i tried to build a project using command line i got the following errorĀ “Your edition of VisualGDB does not support embedded projects”
Is there any solution for above-mentioned problems?