> 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