From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 3 Jul 2014 15:31:28 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: <928bb281bb03c2b41bc1d7cafa41c700@ladd.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Kabini or Raspberry Pi? Topicbox-Message-UUID: ffaac59a-ead8-11e9-9d60-3106f5b1d025 > I recompiled 5c, which purged the problem, thanks. > One thing, recent pc/trap.c has validalign() function, which > is expected in port/syscallfmt.c. The trap.c in bcm has not. > Then, I put void function on the filewhich proceeded compilation > safely. validalign should be in ../omap/arch.c, since bcm/arch.c is just #include "../omap/arch.c" i see why this was done, but i've also tripped on this. it seems like there should be an easy way to avoid this issue, but i don't currently know what it is. - erik