-
Good time of day! Can you please make a reference/example GNU Makefile or a building script?
-
Seems to be due to use of platform-specific asm, is this circumventable?
Platform uname: `Linux domelaze 6.10.6-mnt-reform-arm64 #1 SMP Debian 6.10.6-1+reform20240822T112437Z (2024-08-22) aarch64 G…
-
### Environment
* Firejail version 0.9.70
* Debian Bookworm
### Description
Fallout 76 worked previously but `ignore seccomp` was set due to previous issues with steam and proton
Running `f…
-
Code snippets:
```
unsigned int toff; // also tried with uint16_t , same results
void setup(){ // .... .... .... ....
```
1) `toff=EEPROM.read(Toff)+256*EEPROM.read(Toff+1);if ((toff)>30000) tof…
-
Hey there,
I created a test project a few weeks ago, whenever this was first released, it was using 2021.1.7f1 at the time and I pulled the new changes into the project and went to start it up, b…
-
```
What steps will reproduce the problem?
1. using the 'make' command to compile the toolchain (get on the svn
repository)
2.
3.
What is the expected output? What do you see instead?
I had lot of …
-
```
What steps will reproduce the problem?
1. using the 'make' command to compile the toolchain (get on the svn
repository)
2.
3.
What is the expected output? What do you see instead?
I had lot of …
-
### Problem:
I am trying to cross-compile aws-iot-device-sdk-python-v2 which requires aws-crt-python. I am working on building a custom Linux distribution using Buildroot for aarch64. But during `m…
-
Hi,
I'm having an issue running igblastn. Every time I do, I get an error saying an annotation database in internal_data could not be found.
I did follow the installation instructions.
igblast is…
-
The docs mention that the fence prevents reordering "as a precaution to help ensure reads are not reordered before memory has been zeroed". My understanding is that the compiler and the hardware are a…