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

Adding a Fix for another strange SDK issue on the Building and Running Firmware Page #59

Open
wknutson opened this issue Jul 6, 2022 · 1 comment

Comments

@wknutson
Copy link
Contributor

wknutson commented Jul 6, 2022

I ran into 2 more strange SDK issues that were fixed with the methods below. The section below should be simple to copy and paste into the Fix common code compilation (https://docs.amdc.dev/firmware/xilinx-tools/building-and-running-firmware.html#fix-common-code-compilation) section of the "Building and Running Firmware" page on docs.amdc.dev

Fix another strange SDK issue:

  1. Edit... on /app_cpu1/src

  2. Change directory to /app_cpu1

  3. OK

Fix another strange SDK issue:

  1. Edit... on /app_cpu1/src/common

  2. Change directory to /app_cpu1/common

  3. OK

@npetersen2
Copy link
Contributor

@wknutson thanks for documenting these changes!

Can you create a PR with these changes for review? Since these look like text-only changes, try just updating the files via the GitHub interface. You'll need to make a user branch with your changes, then create a PR for review and merging.

If you are interested in building the docs locally so you can see your changes rendered, see #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants