-
Notifications
You must be signed in to change notification settings - Fork 81
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
support arm64 #97
Comments
Yeah, CircleCI by default only lists the last few builds, which may result in no "master" build being in the list if there was heavy activity on other branches, see also the latest VC4CL devel change here. I have no clue how good the support for the mailbox interface and the V3D hardware registers is on arm64. And only if these work properly, I might consider supporting 64-bit system. But this will probably be a lot of effort... |
yes, thanks, it works and so maybe should change the line in the doc from
to
and i got the debs.
yes, if you need assistance, please let me know. coding, testing, just send me a message and I will do my best to help. But I need some guidance where to begin offer assistance. |
The VC4CC compiler does not care about 32-bit or 64-bit system, it also runs well on my 64-bit host machine. For the VC4CL run-time, there are a few things have to be figured out/tested/fixed:
|
sorry, do you mean this?
can you send the steps for the 3 points? I can paste you the output of the commands output. |
I don't know any fixed steps, at least not for points 1 and 3, but something like this:
|
i tried on another version of ubuntu, same error
don't have knowledge on c nor cpp, think cannot help much though but will try again this weekend |
i follow the instruction in https://github.com/doe300/VC4CL/blob/master/.circleci/config.yml
|
when i run this step in container
|
It looks like your Where did you take the Debian package from? |
nevermind that failures, because this time I got a little bit further.
now I just need to get the right debian os and figure out how to get the package install into rpi3 |
Hi,
this documentation is helpful, https://github.com/doe300/VC4CL/wiki/How-to-get but there is something wrong with this command output.
it return html, I have to change branch to devel and then able to proceed to the next line of documentation.
also, it seem that the package is build for armhf? is it possible to include support for arm64? That would be fantastic and my o/s is ubuntu server.
Thank you.
The text was updated successfully, but these errors were encountered: