我正在使用VisualGDB构建一个使用Visual StudionCommunity 2013的Emedded项目。我选择STM32F4xxxx作为我的设备类型。我在执行、清理、构建或重建时遇到以下错误
Error 6 error MSB3073: The command ""\VisualGDB.exe" /rebuild "C:\MyWork\experiments\Embedded\EmbeddedProject1\EmbeddedProject2\EmbeddedProject2.vcxproj" "/solution:C:\MyWork\experiments\Embedded\EmbeddedProject1\EmbeddedProject1.sln" "/config:Debug" "/platform:ARM"" exited with code 9009.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 43 5 EmbeddedProject2发布于 2016-01-21 23:15:49
我遇到了同样的错误,我的问题是我的makefile中没有路径的开头(我只有".../NameOfTheLib",我用"C:/Documents/...AllMyPath/NameOfTheLib"替换了它),现在它可以工作了,我可以通过SSH发送我的项目。
https://stackoverflow.com/questions/30605568
复制相似问题