You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is that? Am I not supposed to have GCC for OSXCross on Ubuntu? Is it only for macOS, so it can compile for target Linux?
4. So far, successfully running compilers looks like below:
sam@sam:~/Documents/Pro-U/Externals/UsedRepos/osxcross$ o64-clang++ -v
clang version 17.0.6 (https://github.com/tpoechtrager/osxcross 29fe6dd35522073c9df5800f8cd1feb4b9a993a8)
Target: x86_64-apple-darwin24.1
Thread model: posix
InstalledDir: /usr/local/bin
Found CUDA installation: /usr/lib/cuda, version 11.5
sam@sam:~/Documents/Pro-U/Externals/UsedRepos/osxcross$ x86_64-apple-darwin24.1-clang++ -v
clang version 17.0.6 (https://github.com/tpoechtrager/osxcross 29fe6dd35522073c9df5800f8cd1feb4b9a993a8)
Target: x86_64-apple-darwin24.1
Thread model: posix
InstalledDir: /usr/local/bin
Found CUDA installation: /usr/lib/cuda, version 11.5
sam@sam:~/Documents/Pro-U/Externals/UsedRepos/osxcross$ oa64-clang++ -v
clang version 17.0.6 (https://github.com/tpoechtrager/osxcross 29fe6dd35522073c9df5800f8cd1feb4b9a993a8)
Target: arm64-apple-darwin24.1
Thread model: posix
InstalledDir: /usr/local/bin
Found CUDA installation: /usr/lib/cuda, version 11.5
sam@sam:~/Documents/Pro-U/Externals/UsedRepos/osxcross$ arm64-apple-darwin24.1-clang++ -v
clang version 17.0.6 (https://github.com/tpoechtrager/osxcross 29fe6dd35522073c9df5800f8cd1feb4b9a993a8)
Target: arm64-apple-darwin24.1
Thread model: posix
InstalledDir: /usr/local/bin
Found CUDA installation: /usr/lib/cuda, version 11.5
sam@sam:~/Documents/Pro-U/Externals/UsedRepos/osxcross$ oa64e-clang++ -v
clang version 17.0.6 (https://github.com/tpoechtrager/osxcross 29fe6dd35522073c9df5800f8cd1feb4b9a993a8)
Target: arm64e-apple-darwin24.1
Thread model: posix
InstalledDir: /usr/local/bin
Found CUDA installation: /usr/lib/cuda, version 11.5
sam@sam:~/Documents/Pro-U/Externals/UsedRepos/osxcross$ arm64e-apple-darwin24.1-clang++ -v
clang version 17.0.6 (https://github.com/tpoechtrager/osxcross 29fe6dd35522073c9df5800f8cd1feb4b9a993a8)
Target: arm64e-apple-darwin24.1
Thread model: posix
InstalledDir: /usr/local/bin
Found CUDA installation: /usr/lib/cuda, version 11.5
The text was updated successfully, but these errors were encountered:
sudo apt-get install llvm-dev uuid-dev cpio libbz2-dev zlib1g-dev xzip lzma-dev libssl-dev bzip2 patch git libxml2-dev gcc g++ libmpc-dev libmpfr-dev libgmp-dev make clang
. Though clang was modified later after successfully running build.shbuild_gcc.sh
gives me this output (few last lines on the terminal):Why is that? Am I not supposed to have GCC for OSXCross on Ubuntu? Is it only for macOS, so it can compile for target Linux?
4. So far, successfully running compilers looks like below:
The text was updated successfully, but these errors were encountered: