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

Missing glue/v4-powerpc64/ipc.h? #14

Open
vmlemon opened this issue Aug 25, 2019 · 0 comments
Open

Missing glue/v4-powerpc64/ipc.h? #14

vmlemon opened this issue Aug 25, 2019 · 0 comments

Comments

@vmlemon
Copy link

vmlemon commented Aug 25, 2019

Hi,

I've recently been trying to build Pistachio, using the POWER4 configuration, on a little-endian POWER9 machine (I'm trying to do a baseline build, so I can start porting the kernel to Cell, and POWER9), using GCC 9.2.1 (which isn't obviously a supported configuration), and despite making reasonable progress (was necessary to change

 cmp 
, to
 cmpd
, in kernel/src/platform/ofpower4/head.S, and patch up some other source files), I'm getting stuck with a missing tcb_layout.h, and asmsyms.h, to build more of the kernel, but I can't generate these, since ipc.h seems to be missing, for some reason.

Is this intentional? If not, is it safe to copy the 32-bit version, if I want to continue on with my project? (Documenting my adventures, in vmlemon/Orion#1, at the moment).

Thanks in advance...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant