-
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C comp…
-
### Describe the issue
zcash-cli z_sendmany failed.
### Can you reliably reproduce the issue?
#### If so, please list the steps to reproduce below:
1. zcash-cli z_sendmany
2.
3.
### Ex…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR33654](https://bugs.llvm.org/show_bug.cgi?id=33654) |
| Status | NEW |
| Importance | P enhancemen…
-
### Operating System
Linux
### What's the issue you encountered?
Requested file dialog returned an error: D-Bus file dialog interaction was ended abruptly with response code 2.
### How can the iss…
ghost updated
2 months ago
-
-- The C compiler identification is AppleClang 15.0.0.15000029
-- The CXX compiler identification is AppleClang 15.0.0.15000029
-- ********* build environment check ***********
-- Compiler: Ap…
-
| | |
| --- | --- |
| Bugzilla Link | [33654](https://llvm.org/bz33654) |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#11360 |
| CC | @topperc,@RKSimon,@rotateright |
## Extended …
-
Would you please consider this?
```
ehsmeng@dell7520:/mnt/torture/3pp/multiverse$ git diff x86_assembler.py
diff --git a/x86_assembler.py b/x86_assembler.py
index 3571864..63b8471 100644
--- a/…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
I am trying to do a simple hello world, I am learning using nasm, perhaps the syntax style is not the same?
```
section .data
syscall: equ 0x80
syswrite: equ 4
stdout: equ 1
sysex…