-
```
Going to install a cross-compiler from available sources.
Found valid clang application.
Fpcupdeluxe: FPC cross-builder: Building compiler for darwin-aarch64.
FPCUP(deluxe) is starting up.
…
-
I am getting this linker error building AI-Feynman on OS X 12.4, XCode 13.4
```console
/Users/davidlaxer/anaconda3/envs/AI-Feynman/bin/x86_64-apple-darwin13.4.0-gfortran -Wall -g -arch x86_64 -Wal…
-
Seeing this issue after: https://reviews.llvm.org/D120682
```
-- Compiler-RT supported architectures: arm;armv6m
-- Builtin supported architectures: arm;armv6m
-- For arm builtins preferring arm…
-
consider:
```
import uctypes
ar = bytearray(12)
ADR = uctypes.addressof(ar)
@micropython.viper
def dummy_write():
a = ptr32(ADR)
a[1] = 1234
```
when issuing on REPL, it work…
hoihu updated
2 years ago
-
_**NOTE:** This issue may be related to issue #334 as well, since they both deal with building Hercules._
___
1. Followed the instructions from here to Build Hercules in MacBook Air with M1 chip
ht…
-
### Environment details
* Operating System+version: macOS 12.6 (Intel CPU)
* Compiler+version: Xcode
* Conan version: 2.0.0
* Python version: Python 3.11.2
```sh
Xcode c++ version
/Applic…
-
To replicate compile the `features0.c` demo for armv7m. The resultant `features0.mpy` imports OK, but any attempt to run it e.g.
```python
import features0
features0.factorial(3)
```
results in a…
-
Trying to compile f5c, getting the following error during compilation:
```
g++ -g -Wall -O2 -std=c++11 build/main.o build/meth_main.o build/f5c.o build/f5cio.o build/events.o build/nanopolish_read_…
-
```
… grpc-rs % cargo xtask submodule
Finished dev [unoptimized + debuginfo] target(s) in 0.11s
Running `xtask/target/debug/xtask sub…
-
I am trying to build Trilinos on macOS with GCC (after I gave up trying with clang #7035).
I get error at following build line:
`cd /Users/sahirbutt/sw/Trilinos/build/packages/teuchos/comm/test/C…