We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building + Run CosmosGraphicSubsystem project from source, VS2017 15.7.4, Win7 x64.
and
and VS2017 build says it need CosmosGraphicSubsystem.map
pic 1: main.map file is auto inserted after 1st build, no CosmosGraphicSubsystem.map
So I need to rename main.map to CosmosGraphicSubsystem.map and Run again.
pic 2: rename it manually to CosmosGraphicSubsystem.map, build+run =>pass
I build the CosmosGraphicSubsystem
Dev Kit Cosmos from git clone , master branch IL2CPU from git clone , master branch X# from git clone , master branch
The text was updated successfully, but these errors were encountered:
Thanks for the analysis of the bug! Do you want to try to fix it too? Probably is a line change in the project files...
Sorry, something went wrong.
Yes. I want to.
But I'm very new to the build system.
so please guide me
:)
Effectively neither me know how msbuild wrks well... @jp2masa says that probably the modification should be done here: https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.Build.Tasks/build/Cosmos.Build.targets#L187
@fanoI :
please visit this => PaintLab/PixelFarm#31 too
No branches or pull requests
Area of Cosmos - What area of Cosmos are we dealing with?
Building + Run CosmosGraphicSubsystem project from source, VS2017 15.7.4, Win7 x64.
Expected Behaviour - What do you think that should happen?
and
Actual Behaviour - What unexpectedly happens?
and VS2017 build says it need CosmosGraphicSubsystem.map
pic 1: main.map file is auto inserted after 1st build, no CosmosGraphicSubsystem.map
So I need to rename main.map to CosmosGraphicSubsystem.map
and Run again.
pic 2: rename it manually to CosmosGraphicSubsystem.map, build+run =>pass
Reproduction - How did you get this error to appear?
I build the CosmosGraphicSubsystem
Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?
Dev Kit
Cosmos from git clone , master branch
IL2CPU from git clone , master branch
X# from git clone , master branch
The text was updated successfully, but these errors were encountered: