-
**Describe the bug**
Looks lik eon using meson build fails on linking on meson/tests/freestanding with missing symbols.
**Expected behavior**
Build should not fail.
**To Reproduce**
- cd buil…
-
**Link:** https://wg21.link/lwg3148
cjdb updated
4 months ago
-
Hi, since terra supports pointer arithmetic, can it be compiled freestanding? I am curious if it can be used for OS development .
-
Need to clarify whether we are creating contexts for these as well since they would largely be replicated.
-
std::allocator is not freestanding and there is no way to allocate heap memory in constexpr either. Do you have a solution?
-
Move form `version (DruntimeAbstractRt)` to `version (FreeStanding)` ?
-
### Zig Version
0.14.0-dev.1632+d83a3f174
### Steps to Reproduce and Observed Behavior
Minimal case to repro:
* `build.zig.zon`
```zig
.{
.name = "tmp.CsP3FWngBQ",
.ver…
-
I installed CL with Safe installation without partitioning.
This is the the `df -h` results:
```
Filesystem Size Used Avail Use% Mounted on
devtmpfs 4.0M 0 4.0M 0% /dev
t…
-
Follow up from https://github.com/prisma/prisma/discussions/19360#discussioncomment-6050431
Many Neovim users now rely on the builtin LSP rather than '3rd party' providers like CoC. Currently there…
-
Hi! Is it possible to add support for freestanding compilation target? i.e. bare metal. This would make it possible to run Fortran on many embedded and real time systems