Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uposxfusefs.kext does not load on OS X 10.5/ppc #9
Milestone
Comments
bfleischer
added a commit
that referenced
this issue
Sep 6, 2011
The kernel extension does not load on OS X 10.5/ppc, if build with Xcode 3.2 and LLVM-GCC 4.2. LLVM-GCC 4.2 seems to ignore the compiler flag "-mlong-branch" (ppc only), which is implied by the flag "-mkernel". This causes relocation overflow errors when loading osxfusefs.kext on OS X 10.5/ppc. Using GCC 4.2 fixes this issue. Closes issue #9: osxfusefs.kext does not load on OS X 10.5/ppc
bfleischer
added a commit
that referenced
this issue
Nov 4, 2011
The kernel extension does not load on OS X 10.5/ppc, if build with Xcode 3.2 and LLVM-GCC 4.2. LLVM-GCC 4.2 seems to ignore the compiler flag "-mlong-branch" (ppc only), which is implied by the flag "-mkernel". This causes relocation overflow errors when loading osxfusefs.kext on OS X 10.5/ppc. Using GCC 4.2 fixes this issue. Closes issue #9: osxfusefs.kext does not load on OS X 10.5/ppc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The kernel extension does not load on OS X 10.5/ppc, if build with Xcode 3.2 and LLVM-GCC 4.2. LLVM-GCC 4.2 seems to ignore the compiler flag "-mlong-branch" (ppc only), which is implied by the flag "-mkernel". This causes relocation overflow errors when loading osxfusefs.kext on OS X 10.5/ppc. Using GCC 4.2 fixes this issue.