Rudolf,
On 2019-11-11 15:23, Rudolf Leitgeb wrote:
Somewhere in his error output it says:
Target: mips64-unknown-openbsd6.6
This would not work with octeon AFAIK. Maybe this is the
reason the build fails ? It would at least make sense regarding
the "unable to execute command" message
I think your comment is wrong.
See this:
routie# cc --version
OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
Target: mips64-unknown-openbsd6.6
Thread model: posix
InstalledDir: /usr/bin
routie# cat hello.c
#include <stdio.h>
int main(void)
{
printf("World, Hello\n");
return 0;
}
routie# cc -o hello hello.c
routie# ./hello
World, Hello
routie# uname -a
OpenBSD routie.xxx.xxx 6.6 GENERIC.MP#107 octeon
routie#
regards,
chris