From: NIIBE Y. <gn...@ch...> - 2000-10-27 01:22:17
|
Bryan Rittmeyer writes: > When trying to build the latest CVS kernel with a machine type of > "BareCPU" the build fails on setup.c: [...] > This error is because there is no extern declaration for mv_unknown when > building with CONFIG_SH_UNKNOWN. Here's my patch, which I believe is > correct: [...] > I also made a stupid mistake on my previous sh_ksyms.c patch by using > "arch/sh/lib/*.S" inside of a comment. The compiler sees "/*" and warns > about a comment inside of a comment. Here's the fix: Thanks. Comment just removed. mv_unknown declared. -- |