-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Several files will not compile for C++ #293
Comments
Too bad. |
The PR template says "Please do not submit a Pull Request via github. Our project makes use of mailing lists for patch submission and review.", I can submit a patch unless the maintainer specifically wants a PR? Note: Replying from my personal account |
Interesting. |
@msreeram-xilinx , @saddepal or @vsrik should be able to help. |
I do have the changes for the two issues I have raised and I can point them to this repo if you guys would like me to. |
hi @saddepal |
Note that I also raised another issue for build failures in C++ as well: #294 |
Yes @PCrabbeIMMT - we will take a look at #293 and #294 |
Perhaps this is a good opportunity to experiment a move to a more inclusive open-source workflow based only on GitHub instead of using Jurassic mail-based patches for simple changes without IP issues? |
When attempting to compile our project in C++ against the embeddedsw repo, there are several headers that cause build failures. The ones we have run into are as follows:
extern "C" {}
extern "C" {}
We have patched it on our end, but it would be greatly appreciated for these to be fixed upstream.
The text was updated successfully, but these errors were encountered: