-
**Describe the bug**
The standard "Hello world" app does not work in C++ for xtensa platforms because the toolchain is unable to find POSIX symbols `write()`, `read()`, `lseek()`, `fstat()`, and `clo…
-
@esheldon and I were thinking it'd be nice to have an implementation of the moments measurement in this paper: https://arxiv.org/pdf/1508.05655.pdf
I think this would be a nice addition to galsim i…
-
23.237.53.84
-
Omicron [#4585](https://github.com/oxidecomputer/omicron/pull/4585) introduces very basic automated testing for the `a4x2` topology in CI. However, this needs to expand beyond simple "does it work" te…
-
how to fix this error?
=================================================================================
/Experiments/cage$ meson setup build
The Meson build system
Version: 1.3.2
Source dir: /E…
nawip updated
1 month ago
-
Sorry for my bad English, but I have a couple of questions:
1) When building with binutils 2.34:
```
$ ld -v
GNU ld (GNU Binutils for Ubuntu) 2.34
```
I had warnings in this lines:
```
addr2li…
-
```
bool BfdOrch::create_bfd_session(const string& key, const vector& data)
{
...
if (bfd_session_map.find(key) != bfd_session_map.end())
{
SWSS_LOG_ERROR("BFD session for %s alr…
-
```
What steps will reproduce the problem?
1. Download source, prepare to build
2. ./rebuild.sh
3. implosion
What is the expected output? What do you see instead?
Expected: build success
Instead: (re…
-
Reduced from binutils test-suite:
a.c:
```c
#include
extern void __attribute__ ((weak)) foo (void);
char x, y, z;
long
lowest_align (void *a, void *b, void *c)
{
unsigned long bits…
-
Apply in order. Includes LTO-PGO and webrtc patches, plus a provisional fix for [bug 1912623](https://bugzilla.mozilla.org/show_bug.cgi?id=1912623). Does not yet support Ion or Wasm (Baseline Compiler…