-
Notifications
You must be signed in to change notification settings - Fork 4
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
Install feedback #7
Comments
One other suggestion that occurred to me is to mention cheribuild's |
@brooksdavis -- do you mind taking a look at this point? |
I was also wondering about whether we need to provide our own firmware installation instructions. But we should ping Arm as well to look at updating their guide for the precompiled binaries as provided by GitLab CI. |
That’s a good question. We probably need, if nothing else, some words about package building expectations, and also about ABI breakages [which will inevitably happen .. one is due this upcoming week, in fact!]. @kwitaszczyk, @gvnn3 is this something you could look at? |
@rwatson I will add a subsection on package upgrades in the third-party packages section. Regarding new releases, we should document that we don't support system upgrades at the moment. Instead, some reinstall path should be recommended not to loose any data. We probably must discuss what exactly should be documented there but maybe @gvnn3 @brooksdavis @jrtc27 @bsdjhb already have some ideas? |
I've updated the example to reflect the optimization as best I can working in qemu. Skipping the library function entirely seems broken, but I'm been unable to reproduce that. Someone with hardware should look into it. |
FYI #12 is merged now. |
Earlier this week I successfully followed the installation instructions on our Morello box. I've a few bits of feedback that you can use/chop up/ignore as you like:
./cheribuild
rather than./cheribuild.py
.-O2
theprintf
is turned into aputs
, and I also found that it usually steps over the library function and never seems to print function arguments (maybe I'm missing a libc debug package?).The text was updated successfully, but these errors were encountered: