-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
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
Build fails when using the Green Hills MULTI generator #4179
Comments
Hi @fdk17, thanks for reporting issue here!
|
Refer to #3 and d76e047 on how the problem was fixed for Visual Studio generators, then again for XCode in 047c918. This function should also return 'ALL_BUILD' when the generator is 'Green Hills MULTI'.
|
Essentially, the build command should be
|
@fdk17 thanks for your detailed investigation. @gcampbell-msft FYI. |
@Amy-Li03 Is there a getting started guide detailed enough for an absolute beginner? I've not sure what a .ts file is or how I would get VS Code to use my changes. |
Brief Issue Summary
The default target for gbuild and Green Hills MULTI should be ALL_BUILD, not all. ALL_BUILD is the same Utility target used by Visual Studio generators.
CMake Tools Diagnostics
Debug Log
Additional Information
No response
The text was updated successfully, but these errors were encountered: