-
Notifications
You must be signed in to change notification settings - Fork 9
Add support for Linux riscv64 build #9
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
Conversation
Add an architecture definition for riscv64. Tests run with 100% passed.
|
This btw. is the env variables that I got via gcc: |
|
Hi Ingmar and thanks for your submissions. Moreover, thanks for your patience while we're getting set up with BMX. We'll be in touch with you during next week. Best, Nicolai Otto (Nick) |
|
Thanks. Was already slightly nervous about the future of bmx as there hadn't been much activity on the issues & PRs since the maintainer announcement. If there is any specific more tests needed for this, I can do tests on my riscV system. With a branch on my fork, I build it already via conan and wanted to later build my project that uses BMX to read/write MXF. |
Just received an Orange PI RV2 which I'm using as a riscv testbed now and found that I need to hack around in bmx. (Still don't get what the reason for that file is. As it is cpp, it could maybe as well use uint* so that it should be architecture-independent, shouldn't it?