-
## Context
Building odin demo on termux gives this linker error
```shell
$ odin build examples/demo
ld.lld: error: undefined symbol: pthread_cancel
>>> referenced by odin_package
>>> …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR35961](https://bugs.llvm.org/show_bug.cgi?id=35961) |
| Status | NEW |
| Importance | P enhancemen…
-
Hello,
While building a C++ project with clang (Release options, -fprofile-instr-generate -fcoverage-mapping -emit-llvm) on Windows,
lld-link.exe crashed? and asked me to create a bug report here.…
-
When creating a shared library of which there are two files with implicit and explicit template instantiations of a particular class template respectively. If the file with the implicit instantiation …
-
1) I am building an executable against emscripten
2) I am making this call `target_link_libraries(target PUBLIC ... clangCppInterOp ....)`
Now how `clangCppInterOp` is framed is
i) We basically …
-
```
lld-link: error: could not open 'libcmt.lib': No such file or directory
lld-link: error: could not open 'libvcruntime.lib': No such file or directory
lld-link: error: could not open 'libucrt.li…
-
```
[1/127] linking tools/embedder
samu: job failed with status 1: clang -o tools/embedder tools/embedder.p/embedder.c.o -Wl,--as-needed -Wl,--no-undefined -isystem/Applications/Xcode.app/Contents/…
-
### Code
This occurs while building rustc at 012062a3d7d2d52614eff5bc30526fc88596e3b7. I used the `config.toml` below and did a clean rebuild `x build --stage 1 library` after deleting my build dir…
-
Following instructions in `build.md` getting this error on
`6.1.0-26-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.112-1 (2024-09-30) x86_64 GNU/Linux`
````
CMake Error at cmake/tools.cmake:8 (message…
-
I tried to compile `arm64e-apple-darwin` on `aarch64` (ARM-based CPU) `macOS`. So, I got the following error
error[E0786]: found invalid metadata files for crate `zerocopy_derive`
```sh
error[E0…