-
| | |
|--------------------|----|
| Bugzilla Link | [PR51422](https://bugs.llvm.org/show_bug.cgi?id=51422) |
| Status | NEW |
| Importance | P enhancemen…
-
When I specify just `"program": "ctest"` as below, the VSCode's debugger says:
```
'/Users/shinohara/.pyenv/shims/ctest' doesn't contain any 'host' platform architectures: arm64, armv7, armv7f, arm…
-
Hi,
When I porting zephyr to arm-v8m chip, it seems the Zephyr SDK(0.9.5) does not support this architecture at present.
arm-zephyr-eabi-gcc: error: unrecognized argument in option ‘-march=armv8…
-
I built a kernel at rev 4720e5ed3c83c20c7da88659959b10ffea0b0aa4,
and extracted ramdisk from the uImage posted at the reddit post
(http://www.reddit.com/r/jailbreak/comments/1q04wa/bootable_armxnu_ker…
-
编译缺少 #include
能不能自己先试下啊,别的错误可以自己改,但缺失文件就不好整了
版本:8.3.1
@InfoHunter
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **openssl/1.1.1j**
* Operating System+version: **Linux Ubuntu 14.04**
* Compiler+version: **GC…
-
```
Hi,
I'm a android developer (i'm trying to port a native SIP stack to android
(http://code.google.com/p/csipsimple)).
I was wondering if you planned a NDK for android on freerunner (and more
wid…
-
This is my configuration:
```emacs-lisp
(use-package dap-mode
:config
(require 'dap-lldb)
(require 'dap-gdb-lldb)
(dap-gdb-lldb-setup)
(dap-register-debug-template
"Mac lldb-…
-
Hey guys,
I'm cross-compiling openssl 1.1.1g on debian10 to target arm64 and arm32.
Seeing some test failures on arm32 (armhf).
arm64 has no issue with these tests.
Btw, I'm also skipping a t…
-
`rustc` generates suboptimal code on 32-bit ARM targets when performing a load from a base + offset pointer. This seems to be a general issue, rearing its head in a number of programs I've written, in…