-
**Describe the bug**
I am experiencing a build failure when trying to compile the hello_world sample for the HSDK board using the MWDT Lite toolchain. The error suggests that the gen_offset_header.py…
-
I don't think we have an issue tracking this yet. [linkme implements distributed slices](https://crates.io/crates/linkme#distributed-slice) with linker shenanigans such that it's possible to write `#[…
-
### Contact Details
alexsn@meta.com
### Version
5.7.4
### Description
When linking a binary with both openssl and wolfssl I get the following linkage error:
```
ld.lld: error: duplica…
-
UltraDefrag4Linux fails to link on Gentoo Linux:
```
[...]
ld -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o udefrag -M \
/usr/lib64/crt1.o /usr/lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-g…
-
I have a Windows project that's organized using the standard template generated by `stack new` nowadays, with
1) a `library` section with the majority of the dependencies and source files
2) a …
-
## 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
>>> …
-
Hi all, I was just wondering why module imports are treated specially during module instantiation (compared to table, global and memories). If a linked global, table or memory cannot be found, `check…
-
I'm trying to build the matmul.c example on a mac m1 using the Macaulay2 tap. I managed to figure out the linking issues and get g++ to find the appropriate libraries and headers, but once I get that …
-
This bug was [originally reported in Fedora](https://bugzilla.redhat.com/show_bug.cgi?id=2321251), but I was asked to report it upstream by Fedora maintainer.
## Description of problem:
Fedora 4…
-
I think we should prefix all the sqlite symbols from this. Otherwise if any other component uses a different sqlite we may get a clash on linker symbols.
In a previous live [I've suggested this](ht…