Skip to content
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

updated the readme for issue #4 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tools/mccibootloader_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@ On Windows, we use git bash and use [scoop](https://scoop.sh) to install GNU mak
Make sure to install the pre-requisites below, before make a build.
- scoop install make
- scoop install llvm
- [Visual Studio SDK](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/)

**NOTE:**
1. It's important to check whether the work/test machine has installed with any of the Visual Studio SDK versions. If not, please install it using the link above, it's necessary to support with the required C Runtime library files during the clang compilation.
2. Also, it's advised to check, if there are more than one MSVS SDK versions installed in the work machine (Installed SDK versions can be checked under the windows directory path *"C:\Program Files (x86)\Windows Kits\10\Include"*). If so, please uninstall the unused SDK versions and maintain the active version alone. Because the clang may have trouble fetching the library files if there are more than one SDK version available in the machine.

(At time of writing, there was no working gcc available via scoop, although that may have been fixed.) Use `make -j3 -O` to build.

Expand Down