-
Notifications
You must be signed in to change notification settings - Fork 7
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
Build fails on ARM #6
Comments
Hi, Alex. Would you mind testing again with the develop branch. The new J source release from J Software which I merged in might fix this. Once I dig my Raspberry Pi out of the closet I'll include an arm build in my testing and add the binary to the release. |
I'll test the develop branch on ARM tonight. Just tested on OSX, see #8. For future reference, should I do all new-system testing on the |
Definitely do new-system testing in the develop branch at least until the next tagged release because of the system configuration changes in js.h from the J Software release. |
Tested on develop, no change. |
What I did:
$ git clone https://github.com/iocane/unbox.git
$ cd unbox
$ tup
Many errors of the same type happen when tup gets to the file
src/libj/x15.c
, right before an#if SY_WIN32
section.Here's an example of the error:
Errors for
cbv[2]
throughcbv[8]
elided for brevity here. Last few lines of output:Here's some info about my system. For what it's worth, I use the "raspi" version of the official J804 release.
The text was updated successfully, but these errors were encountered: