oSxFr33k Posted August 19, 2014 Share Posted August 19, 2014 @tluck, Everything went smoothly except the last part linking. It cannot find file "x86_64-clover-link-gnu-gcc" All I have in ~/src/opt/local/bin/ is: x86_64-apple-darwin13.3.0-c++ x86_64-apple-darwin13.3.0-g++ x86_64-apple-darwin13.3.0-gcc x86_64-apple-darwin13.3.0-gcc-4.8.3 x86_64-apple-darwin13.3.0-gcc-ar x86_64-apple-darwin13.3.0-gcc-nm x86_64-apple-darwin13.3.0-gcc-ranlib What exactly did you edit in CloverGrower.command? I just changed export gccVers="4.8.3" to export gccVers="4.9.1" Was I suppose to modify anything else? Edited: Also no gcc in bin ~src/opt/local/cross/x86_64-clover-link-gnu/bin/gcc Link to comment Share on other sites More sharing options...
Slice Posted August 19, 2014 Share Posted August 19, 2014 @oSxFr33k I know the issue with ia32 compilation. This is still edk2 error and I waiting they fix it. You may correct temporary one line Clover.fdf:35 [FV.DuetEfiMainFvX64] -> [FV.DuetEfiMainFvIA32] and build 32 bit version. Link to comment Share on other sites More sharing options...
tluck Posted August 19, 2014 Share Posted August 19, 2014 whoops - fixed command above ln ~/src/opt/local/cross/bin/x86_64-clover-linux-gnu-gcc ~/src/opt/local/cross/x86_64-clover-linux-gnu/bin/gcc Link to comment Share on other sites More sharing options...
oSxFr33k Posted August 19, 2014 Share Posted August 19, 2014 whoops - fixed command above ln ~/src/opt/local/cross/bin/x86_64-clover-link-gnu-gcc ~/src/opt/local/cross/x86_64-clover-link-gnu/bin/gcc Weird is the link command ln -s? It won't link right? osxfr33ksimac2:bin osxfr33k$ ln ~/src/opt/local/cross/bin/x86_64-clover-link-gnu-gcc ~/src/opt/local/cross/x86_64-clover-link-gnu/bin/gcc ln: /Users/osxfr33k/src/opt/local/cross/bin/x86_64-clover-link-gnu-gcc: No such file or directory Is gcc a directory and if it is, not present. @Slice, I will do that for now, thanks Link to comment Share on other sites More sharing options...
tluck Posted August 19, 2014 Share Posted August 19, 2014 this is what I get after running buildgcc-4.9.sh i then hard linked (ln versus ln -s) the gcc binary file tluck@Toms-Mac ~/src/opt/local/cross $ ls -l bin/x86* x86*/bin -rwxr-xr-x 1 tluck wheel 1113688 Aug 18 19:00 bin/x86_64-clover-linux-gnu-addr2line -rwxr-xr-x 2 tluck wheel 1155464 Aug 18 19:00 bin/x86_64-clover-linux-gnu-ar -rwxr-xr-x 2 tluck wheel 1867712 Aug 18 19:00 bin/x86_64-clover-linux-gnu-as -rwxr-xr-x 2 tluck wheel 714716 Aug 18 19:05 bin/x86_64-clover-linux-gnu-c++ -rwxr-xr-x 1 tluck wheel 1111724 Aug 18 19:00 bin/x86_64-clover-linux-gnu-c++filt -rwxr-xr-x 1 tluck wheel 714756 Aug 18 19:05 bin/x86_64-clover-linux-gnu-cpp -rwxr-xr-x 1 tluck wheel 76668 Aug 18 19:00 bin/x86_64-clover-linux-gnu-elfedit -rwxr-xr-x 2 tluck wheel 714716 Aug 18 19:05 bin/x86_64-clover-linux-gnu-g++ -rwxr-xr-x 3 tluck wheel 714716 Aug 18 19:05 bin/x86_64-clover-linux-gnu-gcc -rwxr-xr-x 3 tluck wheel 714716 Aug 18 19:05 bin/x86_64-clover-linux-gnu-gcc-4.9.1 -rwxr-xr-x 1 tluck wheel 26604 Aug 18 19:05 bin/x86_64-clover-linux-gnu-gcc-ar -rwxr-xr-x 1 tluck wheel 26604 Aug 18 19:05 bin/x86_64-clover-linux-gnu-gcc-nm -rwxr-xr-x 1 tluck wheel 26604 Aug 18 19:05 bin/x86_64-clover-linux-gnu-gcc-ranlib -rwxr-xr-x 1 tluck wheel 345660 Aug 18 19:05 bin/x86_64-clover-linux-gnu-gcov -rwxr-xr-x 1 tluck wheel 1193196 Aug 18 19:00 bin/x86_64-clover-linux-gnu-gprof -rwxr-xr-x 4 tluck wheel 1975376 Aug 18 19:00 bin/x86_64-clover-linux-gnu-ld -rwxr-xr-x 4 tluck wheel 1975376 Aug 18 19:00 bin/x86_64-clover-linux-gnu-ld.bfd -rwxr-xr-x 2 tluck wheel 1130732 Aug 18 19:00 bin/x86_64-clover-linux-gnu-nm -rwxr-xr-x 2 tluck wheel 1350844 Aug 18 19:00 bin/x86_64-clover-linux-gnu-objcopy -rwxr-xr-x 2 tluck wheel 2287396 Aug 18 19:00 bin/x86_64-clover-linux-gnu-objdump -rwxr-xr-x 2 tluck wheel 1155488 Aug 18 19:00 bin/x86_64-clover-linux-gnu-ranlib -rwxr-xr-x 1 tluck wheel 497416 Aug 18 19:00 bin/x86_64-clover-linux-gnu-readelf -rwxr-xr-x 1 tluck wheel 1119996 Aug 18 19:00 bin/x86_64-clover-linux-gnu-size -rwxr-xr-x 1 tluck wheel 1117720 Aug 18 19:00 bin/x86_64-clover-linux-gnu-strings -rwxr-xr-x 2 tluck wheel 1350836 Aug 18 19:00 bin/x86_64-clover-linux-gnu-strip x86_64-clover-linux-gnu/bin: total 29272 -rwxr-xr-x 2 tluck wheel 1155464 Aug 18 19:00 ar -rwxr-xr-x 2 tluck wheel 1867712 Aug 18 19:00 as -rwxr-xr-x 3 tluck wheel 714716 Aug 18 19:05 gcc -rwxr-xr-x 4 tluck wheel 1975376 Aug 18 19:00 ld -rwxr-xr-x 4 tluck wheel 1975376 Aug 18 19:00 ld.bfd -rwxr-xr-x 2 tluck wheel 1130732 Aug 18 19:00 nm -rwxr-xr-x 2 tluck wheel 1350844 Aug 18 19:00 objcopy -rwxr-xr-x 2 tluck wheel 2287396 Aug 18 19:00 objdump -rwxr-xr-x 2 tluck wheel 1155488 Aug 18 19:00 ranlib -rwxr-xr-x 2 tluck wheel 1350836 Aug 18 19:00 strip Link to comment Share on other sites More sharing options...
Neso Posted August 19, 2014 Share Posted August 19, 2014 @Slice Just to report rev. 2829 works ok, with the boot and everything. GCC toolchain 4.7... Link to comment Share on other sites More sharing options...
GhostRaider Posted August 19, 2014 Share Posted August 19, 2014 http://www.projectosx.com/forum/index.php?showtopic=2580 Where am I suppose to look to input this? I need to build the package with "-D ENABLE_USB_OHCI". Can someone just tell me how to build it with this command with clovergrowerpro? First time I've used this. Link to comment Share on other sites More sharing options...
oSxFr33k Posted August 20, 2014 Share Posted August 20, 2014 @tluck, can you change "link" to linux Thanks Link to comment Share on other sites More sharing options...
Slice Posted August 20, 2014 Share Posted August 20, 2014 Wait, please for next EDK2 update. >15845 Link to comment Share on other sites More sharing options...
Funky frank Posted August 20, 2014 Share Posted August 20, 2014 Hello is there a ways to restore the geometry for windows compatibility or do I have to reformat everything then? Is a FAT16 formatted partition compatible with clover boot1fat32alt? What requirements do I need to fulfill that Cover can write the original ACPI to /acpi/origin? FAT32 partition? Link to comment Share on other sites More sharing options...
Slice Posted August 20, 2014 Share Posted August 20, 2014 Hello is there a ways to restore the geometry for windows compatibility or do I have to reformat everything then? Is a FAT16 formatted partition compatible with clover boot1fat32alt? What requirements do I need to fulfill that Cover can write the original ACPI to /acpi/origin? FAT32 partition? Yes, FAT16 is not supported by Clover (as well as by Chameleon). You need FAT32 partition. Link to comment Share on other sites More sharing options...
Funky frank Posted August 20, 2014 Share Posted August 20, 2014 Thanks Slice. Do you know how I can rebuild the mbr partition scheme and what is the cause for wrong info inside? Is it fdisk512? 1 Link to comment Share on other sites More sharing options...
Slice Posted August 20, 2014 Share Posted August 20, 2014 Thanks Slice. Do you know how I can rebuild the mbr partition scheme and what is the cause for wrong info inside? Is it fdisk512? I may recommend Ubuntu LiveCD->gparted to make your partitions you like. Link to comment Share on other sites More sharing options...
vrishcons Posted August 20, 2014 Share Posted August 20, 2014 Dear Slice, I installed Chameleon bootloader as I struggled a lot to get Clover work. Clover used to give split screens. Today I installed clover and changed all places in config.plist duallink to 0. split screen problem solved. My main problem is screen artifacts which ruined the pleasure of os x. I read elsewhere that changing slide=0 solve the screen artifacts and freezes. I tried this slide=0 in argumnets and also in graphics. But no use. Still screen artifacts exist. I removed all graphics kexts just leaving HD 3000. Please help to get rid of this problem. My specs - OS X - 10.9.4 SMBios: MBP 8,1. Edited DSDT for Battery patch by Rehabman. Patched ACPUM for speedstep. Thanks in advance. Link to comment Share on other sites More sharing options...
The_Village_Idiot Posted August 20, 2014 Share Posted August 20, 2014 Hi all.Managed to install 10.9 and upgraded to 10.9.4. Graphics and Sound somehow i managed to fix.But when I installed Clover r2818 to the HDD, all the USB ports (for my keyboard and mouse) stopped working. Booting into HDD using Clover from the USB installer is ok.Anything I missed? Link to comment Share on other sites More sharing options...
Slice Posted August 20, 2014 Share Posted August 20, 2014 Dear Slice, I installed Chameleon bootloader as I struggled a lot to get Clover work. Clover used to give split screens. Today I installed clover and changed all places in config.plist duallink to 0. split screen problem solved. My main problem is screen artifacts which ruined the pleasure of os x. I read elsewhere that changing slide=0 solve the screen artifacts and freezes. I tried this slide=0 in argumnets and also in graphics. But no use. Still screen artifacts exist. I removed all graphics kexts just leaving HD 3000. Please help to get rid of this problem. My specs - OS X - 10.9.4 SMBios: MBP 8,1. Edited DSDT for Battery patch by Rehabman. Patched ACPUM for speedstep. Thanks in advance. Use SwitchResX to make Vertical sync=59.96Hz 1 Link to comment Share on other sites More sharing options...
vrishcons Posted August 21, 2014 Share Posted August 21, 2014 Use SwitchResX to make Vertical sync=59.96Hz SwitchResx not taking decimal in Frequency range 0 - 0. I can enter max limit to 59 or 60 Hz. Decimal not accepting Need to change default resolution to 1366 x768 @ 60/59?. Default is 1366 x 768@ 0. Thanks in advance Update: I created custom resolution and changed vertical scan rate to 59.96. and ticked positive sync. Now this custom resolution is active and so far no glitches. Shall report back after observing a day. Update1: Not Solved. Screen glitches exists. Update2: Changed InjectEDID to false and vertical scan rate to 59.96. Solved glitches and freezes so far. Shall report back if they appears. Hope they don't. Link to comment Share on other sites More sharing options...
zozourban Posted August 21, 2014 Share Posted August 21, 2014 Hi everyone,For my problem about the led's boot, it's the csmvideodxe driver from clover but if I remove the driver, I have resolution of 1024x768 in clover..How i can have the full resolution (1920x1080) without the led working.. ? Link to comment Share on other sites More sharing options...
zozourban Posted August 22, 2014 Share Posted August 22, 2014 I have already tried Patchvbios = Yes and screenresolution but not working Link to comment Share on other sites More sharing options...
Mirone Posted August 22, 2014 Share Posted August 22, 2014 Hi everyone, For my problem about the led's boot, it's the csmvideodxe driver from clover but if I remove the driver, I have resolution of 1024x768 in clover.. How i can have the full resolution (1920x1080) without the led working.. ? You need to use a custom EDID+ PatchVbios = true +CSMVideo. Link to comment Share on other sites More sharing options...
xpamamadeus Posted August 22, 2014 Share Posted August 22, 2014 You may want to ask pene over at projectosx.com, he has more experience with nvidia gpus and vbios patching. Also I don't think you need both PatchVBios and the CsmVideo driver, just try using only CsmVideo driver. He need UEFI GOP bios update for vga card,and CSM disabled in mobo bios. 1 Link to comment Share on other sites More sharing options...
magnifico Posted August 22, 2014 Share Posted August 22, 2014 1 Link to comment Share on other sites More sharing options...
crusher Posted August 23, 2014 Share Posted August 23, 2014 People I have a problem a restart PC ,where is the problem? I've tried many solutions but does not help!!!!! I mean problem in USB 3.0 Mouse freez and then follows the restart!!!!!! Link to comment Share on other sites More sharing options...
zozourban Posted August 23, 2014 Share Posted August 23, 2014 You need to use a custom EDID+ PatchVbios = true +CSMVideo. Hi thanks for your help, but not working also, I use a Custom EDID + PatchVbios and CSMVideo => I have full resolution it's ok but , i have the led's boot on my motherboad always on Then if i boot from my installer USB 10.9 with clover basic install, the led is off , i have replaced all driver from usb on hdd but not working too Here my boot.log, and my config.plist i am on clover 2830 bootlog.log.txt config.plist.txt Link to comment Share on other sites More sharing options...
magnifico Posted August 23, 2014 Share Posted August 23, 2014 People I have a problem a restart PC ,where is the problem? I've tried many solutions but does not help!!!!! I mean problem in USB 3.0 Mouse freez and then follows the restart!!!!!! Please open a new topic ..and explain step by step ...which is your problem...on mav ? on Yose? Link to comment Share on other sites More sharing options...
Recommended Posts