Jump to content

Clover General discussion


ErmaC
30,134 posts in this topic

Recommended Posts

The script "buildme" has default compiler GCC131.

To create it you have to start script

./build_gcc13.sh

Really I have

gcc version 13.2.0 (GCC) 

and I see no issue during compilation.

 

And python

Python 3.12.2 (v3.12.2:6abddd9f6a, Feb  6 2024, 17:02:06) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin

 

  • Thanks 1
Link to comment
Share on other sites

10 minutes ago, Slice said:

The script "buildme" has default compiler GCC131.

To create it you have to start script

./build_gcc13.sh

Really I have

gcc version 13.2.0 (GCC) 

and I see no issue during compilation.

 

 

Thank you @Slice im need copy command with cd src and run this command ./build_gcc13.sh ? Thank you we have som issue after Sonoma 14.4. and 14.4.1. In fact a lot o issue, and just works with Ventura. Chris1111 have been helped a lot too. Thanks and if you can recommend somenthink more about Xcode or Python, appreciated that!! 

 

or we need add in this command build?

 

mkdir -p $HOME/src && cd $HOME/src

git clone -q https://github.com/CloverHackyColor/CloverBootloader

cd CloverBootloader && git submodule update --init --recursive

cd OpenCorePkg && git checkout master && git pull

cd ..

./build_gcc13.sh

 

Edited by Max.1974
Link to comment
Share on other sites

I also tested

./ebuild.sh -xcode15

also success

Build total time: 00:02:34

I updated my Xcode just today and have a version 15.3.

 

Clover, created by gcc13 has a size 1.6Mb while created by xcode has a size 1.8Mb.

  • Like 1
Link to comment
Share on other sites

Hi @Slice im run this command above and add your command and fix GCC build 

 

All suffering to build on Sonoma has gone 

 

Oh my Gosh 

 

hehehehehehehe 

 

mkdir -p $HOME/src && cd $HOME/src

git clone -q https://github.com/CloverHackyColor/CloverBootloader

cd CloverBootloader && git submodule update --init --recursive

cd OpenCorePkg && git checkout master && git pull

cd ..

./build_gcc13.sh

 

After that build and compile with GCC 13.2 normally 

 

Thanks all 

 

Thanks my GOD!! 

 

 

15 minutes ago, Slice said:

I also tested

./ebuild.sh -xcode15

also success

Build total time: 00:02:34

I updated my Xcode just today and have a version 15.3.

 

Clover, created by gcc13 has a size 1.6Mb while created by xcode has a size 1.8Mb.

 

Yes it is, with GCC is 1.6 mb :thumbsup_anim: 

"I also tested

./ebuild.sh -xcode15

also success"

 

Sorry my low level and poor knowlegde, how im run this command above? 

 

I need reformulate your build me script ? Can you provide an exemple ? Thanks!! 

Link to comment
Share on other sites

Il y a 14 heures, Slice a dit :

Comment avez-vous fait fonctionner la Radeon HD5730 dans Sonoma ? C'est impossible!

Impossible Non !


video
Sonoma 14.4.1
Clover r5155
Asus A42j
i5 M480
Ati Radeon Series 5730 2go memory Graphics
4 go Memrory 1333mghz
SSD Sandisk 250go

patch Clover + OCLP 

- 10.13 High Sierra, Sierra, El Capitan... = patch Clover Native system
- 10.14 Mojave = patch Clover + OCLP maxi 0.2.5 TUI
- 10.15 Catalina = patch Clover + OCLP maxi 0.2.5 TUI
- 11 Big Sur = patch Clover + OCLP

- 12 Monterey = patch Clover + OCLP

- 13 Ventura = patch Clover + OCLP
- 14 Sonoma = patch Clover + OCLP

 

Divulgacher

Patch Clover 
ATI Radeon Series 5730 2go mémoire Graphique
Capturedecran2024-04-01a21_45_54.png.71a796a99300db473ccb5188dd90080d.pngCapturedecran2024-04-01a21_45_23.png.bcc88183621747b83b2c28e8bf4972b0.pngCapturedecran2024-04-01a21_45_00.png.0a9565c2995e887623ad2dbf98eafbd9.png

 

Capture d'écran 2024-04-01 à 21.48.15.png

Il y a 11 heures, Stefanalmare a dit :

Il s'agit de TeraScale 2, couvert par OCLP.

Oui TeraScale2 OCLP v1.4.x activé

config.plist

Edited by PG7
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Good night my Dear Friends @chris1111 @Slice et all important people to me 

 

I would like to share that I have detected the issues with compiling Clover 5158 or 5157 in Xcode 15.2 and 15.3.

Despite Clang having the same version in Xcode 15.1 and Line Tools 15.1
Apple clang version 15.0.0 (clang-1500.1.0.2.5)
Target: x86_64-apple-darwin23.4.0

I noticed that Clang doesn't download or install packages correctly from GCC 13.2.0, but even in Sonoma 14.4.1, if we use Xcode 15.1 and Command Line Tools from the same version, that is, 15.1, it will compile with GCC normally.

You also need to download GCC via home brew 0"brew install gcc", a necessary condition.

 

I used the code from the Clover Wiki

 

CD ~
mkdir src
cd src
git clone --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git
cd CloverBootloader
./buildme

 

 

Therefore, I come to inform everyone, but I am not an advanced user. I just did a lot of research, and I read that the new version of Clang doesn't have the C++20 package, or something like that.

So, dear friends, if you happen to be able to install it on the Ventura, its possible too, just save and copy or add the OPT and TOOLS folders formalized in the Ventura, to src folder on Sonoma. It will compile instantly and finish Clover, even with another Xcode like 15.3. 

In order to collaborate with coders, I also ask for information if there is any package that we can formalize in the new Sonoma that takes the place of GCC or that makes Clang recognize the installer.

It seems to me that the line of code without C++20 was compromised.

I ask you if it would be possible to insert all the compilers in another area of the Mac, where we install many packages, such as the /usr/... folder.

 

Thank you all, and I look forward to the noble coders and friends.

 

:superman:

 

Captura de Tela 2024-04-01 às 23.31.06.png

 

 

Edited by Max.1974
  • Like 5
Link to comment
Share on other sites

Thank you very much for the v5158. For me 5155 was the last working version until now, 5156 and 5157, I always got "dead pci device" and it stopped loading, but 5158 boots again!!!

  • Confused 1
Link to comment
Share on other sites

Clover 5158 working fine on my Hack. OCLP patch for Fenvi is working fine also. So far, I don't see anything wrong.

Using Atomic theme by @chris1111 very nice!

 

@Slice I see 5157 in Clover boot screen and Hackintool, NVRAM already reset. 

Edited by miliuco
  • Like 2
Link to comment
Share on other sites

Clover boot screen shows real version. So you really booted by 5157.

Check if you changed both

/EFI/BOOT/BOOTX64.EFI

/EFI/CLOVER/CLOVERX64.EFI

  • Like 2
Link to comment
Share on other sites

Hi @Slice  and all my dear friends

 

I apologize for asking, but would it be possible to give us some help on how to use the compiler packages for Clover on the Linux system?

I tried using Ubuntu but without success.

The most user-friendly system for this was Fedora 39 Workstation, however, it asks for several packages, which I install GCC, and various updates, but it gives us this error in the attached print

I almost managed to compile, it gives the same error as newer Xcodes.

I ask if you know about this, because apparently it could be interesting to compile Clover on Linux hardware.

And I would like to know if there is a specific folder where we can install the packs or whatever is possible, since it seems to me (I'm not an advanced user) that Clover is built from virtualization in RAM or something similar.

If you can or if you have a chain of commands of what I need to install and where to place or download the packages, I would greatly appreciate it.

I'm struggling a little but I believe I will only progress with your knowledge.

Thanks!

 

Capturadetelade2024-04-0612-15-33.thumb.png.827d19391c98bb1d5a011ffc88676b8b.png

 

 

 

 

Link to comment
Share on other sites

Thanks @Slice I see too, and its a problem with BrotliCompress, Vrfcompress and maybe need package that would works like SDK on Xcode.  

 

I will try to fix that, on Linux forums. Thanks so much! 

Link to comment
Share on other sites

For years I haven't used Clover as a bootloader anymore, but today I decided to install Clover and reminisce about the old times. However, upon booting up, I simply end up in "Recovery Mode". Does anyone know what changed? I've already cleared the NVRAM.

EFI_CLOVER.zip

  • Like 1
Link to comment
Share on other sites

9 minutes ago, Mirone said:

For years I haven't used Clover as a bootloader anymore, but today I decided to install Clover and reminisce about the old times. However, upon booting up, I simply end up in "Recovery Mode". Does anyone know what changed? I've already cleared the NVRAM.

EFI_CLOVER.zip 15.23 MB · 1 download

Try Pointing It To Your OS HDD And Clover Will Remember Which One To Boot

  • Like 1
Link to comment
Share on other sites

Whats Involved In Getting Clover To Detect A DVD?

I Want To Run Snow Leopard On My System

Edited by STLVNUB
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...