Re: [9fans] fail to crosscompile Rasperry Pi Miller's kernel

2017-01-16 Thread yoann padioleau
Without -f I was able to get something on the screen. The code in libdraw and libmemdraw does not use floats. But I was having weird failures in malloc. I updated my kencc fork to the latest version and now everything works! The problem apparently was more related to 5c than 5l. I updated 5l to su

Re: [9fans] fail to crosscompile Rasperry Pi Miller's kernel

2017-01-15 Thread erik quanstrom
> 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/?

[9fans] fail to crosscompile Rasperry Pi Miller's kernel

2017-01-13 Thread yoann padioleau
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 now https://bitbucket.org/plan9-from-bell-labs/9-cc/