Hello, Patrick. You wrote 4 августа 2011 г., 16:21:14: > # ls > Instruction interdite(core dumped) > (instruction interdite => illegal/forbidden instruction) > The world and kernel were built with llvm/clang. > Could you tell me if it works for you on a net5501? It seems, that llvm/clang generate some instructions, which are not supported by Geode. It could be bug in llvm, which cause it to not respect CPU settings, or your fault to (not)specify CPU settings like `geode' or `pentium' at compile time.
Maybe, clang/llvm use `current' CPU as target (gcc uses lower denominator, i386) and your build system was something like core2duo? I think, it is good idea to post question to [email protected] mailing list, with exact command lines and all options used for ``make buildworld''. And you could copy somehow his `ls' and core file from net5501 and try `gdb' to check which instruction cause problem. Unfortunately, I don't have unused geode-based system to check everything here. -- // Black Lion AKA Lev Serebryakov <[email protected]> _______________________________________________ Soekris-tech mailing list [email protected] http://lists.soekris.com/mailman/listinfo/soekris-tech
