Replies: 2 comments 9 replies
-
Please, fix in description:
Thanks! P.S. On 2021-06-16 this "sub-Isssue" has fixed. Thank! |
Beta Was this translation helpful? Give feedback.
0 replies
-
When I compile this I get:
and then later I get
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The configuration sometimes defaults to using the gcc backend.
Edit /cm3/bin/cm3.cfg, put this line first:
(i.e. for the AMD64 targets, this is already the default for ARM64 and RISCV64).
You will want:
in .bashrc or similar.
This for 64bit little endian Unix.
e.g. Linux, Mac, Solaris, BSD, amd64, arm64, riscv64.
There is plenty of support for 32bit, big endian, Windows, etc. but this is a sort of "binary" release that does not support everything.
This is the first known release of cm3 of this kind, leveraging the C backend to avoid distributing binaries or assembly and targeting multiple systems with one distribution.
This discussion was created from the release cm3-unix64le-d5.11.1-20210610.
Beta Was this translation helpful? Give feedback.
All reactions