-
Notifications
You must be signed in to change notification settings - Fork 31
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
Various Compilation Errors on Linux Debian #14
Comments
These errors do not occur when compiling the original branch (https://github.com/openocd-org/openocd). |
Oh, and the error codes |
Moreover: |
I think the main issue comes from the fact, that you never built on Linux or other platforms than Windows. Maybe you can try building the software on a different platform and fix the issues? |
I created a pull request where I pushed the changes that I made to your code. With these changes the project builds on Linux and macOS. This should help to see where changes are necessary, however, these changes are more or less "hacks". Most of the changes should not make it into a release. For instance, I removed the following flash definitions, since the linker had problems finding them:
Maybe you have a better idea how to define these symbols in order that the linker finds them. |
Hey,
I got various compilation errors on a recent Debian distribution.
GCC Version:
Compilation errors:
Any ideas?
The text was updated successfully, but these errors were encountered: