-
@dmcdougall
I tried to install ESIO-0.1.on Wrangler, TACC.
First I configured with "CC=mpicc FC=mpif90 CXX=mpicxx". It configured okay, but showed error when compiling the code with "MAKE".
N…
-
The Makefiles currently determine which compiler to use, then proceeds to use g++ regardless of what compiler was detected. This issue should be fixed. Additionally, it might be good to have the Makef…
-
@JMMackenzie and I have noticed that adding `-Ofast -fno-signed-zeros -fno-trapping-math` gives a huge improvement in speed.
-
src/at/stefl/commons/util/collection/primitive/AbstractPrimitiveBooleanSet.java:5: error: name clash: iterator() in Collection and iterator() in Set have the same erasure, yet neither overrides the ot…
-
When building with Ubuntu 19.04's arm-none-eabi-gcc (`(15:7-2018-q2-4) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907]`):
```
[116/324] Building CXX object ym/microbit-dal/source/…
-
Curious what compilers you're using. I'm trying to build on CentOS 7 with gcc 5.3.0 and clang 8.0.0 and both give (different) compile errors.
gcc
```
In file included from ../src/allocator_teste…
-
-
Hello. I'm trying to build plato...
How do I know which compiler toolchain to use?
```
Preliminary
Install the appropriate [compiler toolchain](https://github.com/kobolabs/Kobo-Reader/tree/m…
-
I'd like to be able to mark variables as non-escaping for cases where I'm using well defined interfaces which guarantee their arguments don't escape like the `drivers.SPI` and `drivers.I2C` interfaces…
-
TinyGo v0.21.0
When I compile like this:
`tinygo build -o tinygo.wasm -target=wasm -gc=none -scheduler=none -no-debug ./findJD.go`
And then convert the WASM to WAT to look at the output (usin…