-
Default installation of Android Studio (on Mac) is this:
```
$ pwd
~/Library/Android/sdk/build-tools/28.0.3
$ file aapt
aapt: Mach-O 64-bit executable x86_64
```
It will be good if objectio…
-
After update kernel tree patch, subdirectories pm and rf from arch/arm/mach-sunxi/ were removed and now during the compiling I have the following errors:
drivers/built-in.o: In function `platform_wif…
-
I'm having trouble running the RenderScript compiler, `llvm-rs-cc` because code signatures are stripped from a dylib in `build-tools`. This is relevant part of the error I'm hitting:
```
/nix/stor…
-
I have been having problems compiling **applications/hub** on **OSX**.
### 1. src/utils/FileUtils.cxx
```
/Users/dpharris/openmrn/src/utils/FileUtils.cxx:111:12: error: comparison of unsigned …
-
You cannot build and run OpenJ9 in the compressed refs mode on AArch64 macOS.
OpenJ9 for x86-64 macOS is built with `-pagezero_size 0x1000` for mapping some memory in the first 32-bit address space…
knn-k updated
2 years ago
-
It seems that on macOS 10.15, when enabling symbol stripping in Cargo.toml with `strip = true` the build scripts fail to execute with the following:
```text
error: failed to run custom build c…
-
The current installer contains an Intel-only version of git. Is a new Universal2 (i.e. Intel and ARM64) installer coming?
-
SPARC build of iv/lv5 fails with libgc related issue.
http://qiita.com/syoyo/items/0068f514f606a6b1a91e
It looks like some file(s) are missing in `CMakeList.txt` when targeting SPARC architecture.
…
syoyo updated
9 years ago
-
I have put together a small repro project for this as it was an issue affecting 2 apps we are working on and I had to remove OpenCV from both of them just to get them to upload to Testflight.
When …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR32741](https://bugs.llvm.org/show_bug.cgi?id=32741) |
| Status | NEW |
| Importance | P enhancemen…