[Aboriginal] sh4 target

Rob Landley rob at landley.net
Fri Mar 4 10:32:08 PST 2016


On 03/03/2016 02:39 PM, David Halls wrote:
>     sh4 looks interesting, might try it with the GPLv2 toolchain after
>     armv6l.
> 
> 
> Builds and runs fine but when I compile anything inside the VM:
> 
>  
> (sh4:3) / $ cat wup.c
> int main(int argc, char **argv)
> {
>   return 0;
> }
> (sh4:3) / $ gcc wup.c
> (sh4:3) / $ ./a.out 
> SEGV

Yeah, I switched that target from uClibc to musl recently and only
static linking is working at the moment. (Dynamic linking segfaults,
tracking down why is on my todo list.)

Rob



More information about the Aboriginal mailing list