System.Exception: Error extracting map from ..\KernelBoot.bin
See original GitHub issueI’ve created a new project, using the User Kit. When I click on start (Visual Studio 2015) I get the next error:
Severity Code Description Project File Line Suppression State
Error An error occurred: System.Exception: Error extracting map from E:\Dropbox\CompartidaLucho\Programación\CSharp\MyDreamOS\MyDreamOS\MyDreamOS.Kernel\bin\Debug\MyDreamOS.KernelBoot.bin
at Cosmos.Build.MSBuild.ExtractMapFromElfFile.RunObjDump(String cosmosBuildDir, String workingDir, String inputFile, Action1 errorReceived, Action
1 outputReceived) in c:\Data\Sources\OpenSource\Cosmos\source\Cosmos.Build.MSBuild\ExtractMapFromElfFile.cs:line 59
at Cosmos.Build.MSBuild.ExtractMapFromElfFile.Execute() in c:\Data\Sources\OpenSource\Cosmos\source\Cosmos.Build.MSBuild\ExtractMapFromElfFile.cs:line 29 MyDreamOS.KernelBoot C:\Program Files (x86)\MSBuild\Cosmos\Cosmos.targets 58
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top GitHub Comments
Maybe it’s the “ó”. I’ll take a look at that.
Has this issue been resolved?