cctools-port icon indicating copy to clipboard operation
cctools-port copied to clipboard

Apple cctools port for Linux and *BSD

Results 34 cctools-port issues
Sort by recently updated
recently updated
newest added

Fixes the segfault seen in https://github.com/tpoechtrager/cctools-port/pull/114#issuecomment-1207381679

Hi, Thank you very much for the sigtool addition! Just a small remark, it fails to sign files with spaces. In file /cctools/include/stuff/port.h On line 60: snprintf(codesign_command, sizeof(codesign_command), "%s -s...

Hello, and many thanks for the project! I have a question: is it possible to speed up building for different platforms? Currently, we do the next thing in a project:...

With the latest build of `cctools` in conda-forge, using Clang or GFortran with an absolute path to the output target results in a broken binary. Here is a simple reproducer...

Fixes LTO linking on macOS this follows what's done with other libraries in ld_LDADD section Closes #120

When compiling ld64 doesn’t have an install name for liblto.dylib after doing some digging I did the following change https://github.com/Gcenx/cctools-port/commit/83269d6b8fc72806a3a8e643a98d5104989e4f76 After this (and regenerating Makefile.in) ld64 compiled and does contain...

When cctools is configured to target powerpc-apple-darwin, as assembles powerpc assembly without issue, but ld will not link it. ``` chrisnonyminus@DESKTOP-JLMSNKL:~/test/helloworld$ powerpc-apple-darwin-ld a.out -o test -arch ppc ld: unknown/unsupported architecture...

This fixes #117. Further investigation shows that with the newest version of cctools-port + sigtool for signing then whenever the `outputIsMappableFile=true` which triggers `wholeBuffer = (uint8_t *)mmap(NULL, _fileSize, PROT_WRITE|PROT_READ, MAP_SHARED,...

I'm trying to build osxcross for Artix Linux. The build worked, but when it got to testing the compilers, it failed: ``` testing x86_64h-apple-darwin20.4-clang ... /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/bits/stl_vector.h:1045: std::vector::reference std::vector::operator[](std::vector::size_type) [_Tp =...