Nick Chan

Results 75 comments of Nick Chan

Just a note: There's also iPhone Simulator, Watch Simulator, Apple TV Simulator, Mac Catalyst, DriverKit as well as bridgeOS targets. From ld(1) on iOS ``` -platform_version platform min_version sdk_version This...

Note that for the 64-bit version watchOS have 32-bit pointers on a 64-bit CPU (much like x32 in this regard), and is called arm64_32, which is a different ABI.

> That does it, thanks. > > Now getting stuck on > > ``` > /tmp/android-tools-31.0.3p1/vendor/logging/liblog/logger_write.cpp:141:53: error: use of undeclared identifier 'getprogname' > static std::string* default_tag = new std::string(getprogname()); >...

> ```cmake > SET(CMAKE_CXX_FLAGS "-D_DARWIN_C_SOURCE -D__DARWIN_C_LEVEL=__DARWIN_C_FULL -std=gnu++20") > ``` > > fixes this problem, thanks! > > Everything compiles now but it errors out on linking: > > ``` >...

> OMG, it works! Thank you so much! Do you already have some patches or why do you know all of this? By inspecting `stdint.h` and `string.h`, it is found...

Couldn't qemu user mode runs aarch32 on aarch64?

it is all about inttab so it is possible

> > A `dpkg` update was published a few weeks ago with a dependency on `libiosexec >= 1.2.1`, we believed that most people would have the new version installed by...

especially since macOS does not have libiosexec so some logic is required anyways unless you want a .control.macosx for every package.