Skip to content
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

Resolve build errors and update integration guide in README.md #1

Open
wants to merge 3 commits into
base: spagani-devel
Choose a base branch
from

Conversation

SikkiLadho
Copy link

@SikkiLadho SikkiLadho commented Apr 30, 2022

Hi,
As a part Unikraft Weekly Hackathon, I have removed build errors from plat-raspi(spagani-devel) branch and updated the README.md for improved integration guide.

Precisely, I have replaced __phys_addr with __paddr_t in io.c. __phys_addr is an obsolete/undefined type after this commit by @marcrittinghaus.

Another change I made was replacing size_t with __sz, size_t was also not defined(or stddef.h was not included.), so I replaced size_t with __sz in memory.c. __sz is a type, equivalent to size_t.

Sikkiladho(Mushahid Hussain)

 __phys_addr has already been replaced with with __paddr_t with this commit:unikraft/unikraft@0043e56 , __phys_addr was not defined anywhere and it was causing build erros.
Improved integration guide is needed until this merges into main branch, specially for new contributers.
@SikkiLadho SikkiLadho changed the title Remove build errors and update integration guide in README.md Resolve build errors and update integration guide in README.md May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant