9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: yoann padioleau <aryx.padator@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: [9fans] fail to crosscompile Rasperry Pi Miller's kernel
Date: Fri, 13 Jan 2017 12:29:29 -0800	[thread overview]
Message-ID: <98136872-0209-4836-B147-4926629CD573@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2004 bytes --]

Hi,

I am trying to compile the plan9 kernel for the Rasperry pi
from Richard Miller. I am using from MacOSX the kencc toolchain
https://code.google.com/hosting/moved?project=ken-cc <https://code.google.com/hosting/moved?project=ken-cc>
now
https://bitbucket.org/plan9-from-bell-labs/9-cc/ <https://bitbucket.org/plan9-from-bell-labs/9-cc/>
(actually I use my own simplified fork:
https://github.com/aryx/fork-kencc <https://github.com/aryx/fork-kencc>
)

I am able to compile/link the default bcm/ kernel
with this distribution: https://github.com/0intro/plan9/ <https://github.com/0intro/plan9/>
I am also able to compile/link the latest kernel from richard miller
http://9p.io/magic/webls?dir=/sources/contrib/miller/9/bcm <http://9p.io/magic/webls?dir=/sources/contrib/miller/9/bcm>

The problem is that when I boot it on my physical Raspberry Pi 1,
I just get a blue screen. I don’t get the Plan9 console greeting,
nothing.

The call to fbinit in bcm/vcore.c is working because
the memset in fbinit is working (hence the blue screen).
But calls following fbinit do not work. I tracked it down
to a call to malloc() in allocmemimage in libmemdraw.
In fact, if I do a call to malloc() in main.c before the call to
screeninit, nothing works (I get a gradient picture on the screen).

Does any of you have any idea what could be the cause of the problem? The linker 5l in kencc does not support the -f linking option, but I think none of the code in pool.c or libmemdraw use float/double at this point.
Is there some important patches to 5l or 5c I am missing in kencc/? 

Note that the 9pi image at http://9p.io/magic/webls?dir=/sources/contrib/miller <http://9p.io/magic/webls?dir=/sources/contrib/miller> is working on my Raspberry Pi. So this is not a problem in my Raspberry. I am also using the official plan9 distribution https://github.com/0intro/plan9/ <https://github.com/0intro/plan9/> from Jan 2015, so I guess the problem has to be in kencc/.








[-- Attachment #2: Type: text/html, Size: 3224 bytes --]

             reply	other threads:[~2017-01-13 20:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-13 20:29 yoann padioleau [this message]
2017-01-16  0:11 ` erik quanstrom
2017-01-16 20:58   ` yoann padioleau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=98136872-0209-4836-B147-4926629CD573@gmail.com \
    --to=aryx.padator@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).