Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mikdusan
Created March 3, 2021 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikdusan/55405c3122a74b551b186d4b5a44ad4d to your computer and use it in GitHub Desktop.
Save mikdusan/55405c3122a74b551b186d4b5a44ad4d to your computer and use it in GitHub Desktop.
mips failure
<empty> see comment for purdy image
@mikdusan
Copy link
Author

mikdusan commented Mar 3, 2021

image

@andrewrk
Copy link

andrewrk commented Mar 3, 2021

I'm getting a different error:

ld.lld: error: /home/andy/Downloads/zig/zig-cache/o/92c78b7a819af238ba84859d7e3c8b7e/test.o:(.rodata.str1.1): offset is outside the section
The following command exited with error code 1:
/home/andy/Downloads/zig/build-llvm12/zig test /home/andy/Downloads/zig/test/stage1/behavior.zig --test-name-prefix behavior-mips-linux-none-Debug-bare-multi  --cache-dir /home/andy/Downloads/zig/zig-cache --global-cache-dir /home/andy/.cache/zig --name test -target mips-linux-none --test-cmd qemu-mips --test-cmd-bin -I /home/andy/Downloads/zig/test -L /home/andy/local/llvm12-release/lib -isystem /home/andy/local/llvm12-release/include --override-lib-dir /home/andy/Downloads/zig/lib 
error: the following build command failed with exit code 1:
/home/andy/Downloads/zig/zig-cache/o/8aac2510e0719b44de2affc474364050/build /home/andy/Downloads/zig/build-llvm12/zig /home/andy/Downloads/zig /home/andy/Downloads/zig/zig-cache /home/andy/.cache/zig test -Denable-qemu -Denable-foreign-glibc=/home/andy/Downloads/glibc/multi-2.32/install/glibcs -Denable-wasmtime -Denable-llvm

@mikdusan
Copy link
Author

mikdusan commented Mar 3, 2021

my error is with reduced test surface behavior/vector.zig ... maybe that helps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment