mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
adopt compilation to Sequoia
Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
parent
b2078ebb44
commit
5333dff2c1
@ -1,7 +1,7 @@
|
||||
#ifndef __PCCTS_SETJMP_H__
|
||||
#define __PCCTS_SETJMP_H__
|
||||
|
||||
#ifdef PCCTS_USE_NAMESPACE_STD
|
||||
#ifdef PCCTS_USE_NAMESPACE_STDXXX
|
||||
#include <csetjmp>
|
||||
#else
|
||||
#include <setjmp.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef __PCCTS_STDARG_H__
|
||||
#define __PCCTS_STDARG_H__
|
||||
|
||||
#ifdef PCCTS_USE_NAMESPACE_STD
|
||||
#ifdef PCCTS_USE_NAMESPACE_STDXXX
|
||||
#include <cstdarg>
|
||||
#else
|
||||
#include <stdarg.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef __PCCTS_STDIO_H__
|
||||
#define __PCCTS_STDIO_H__
|
||||
|
||||
#ifdef PCCTS_USE_NAMESPACE_STD
|
||||
#ifdef PCCTS_USE_NAMESPACE_STDXXX
|
||||
#include <cstdio>
|
||||
#else
|
||||
#include <stdio.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef __PCCTS_STDLIB_H__
|
||||
#define __PCCTS_STDLIB_H__
|
||||
|
||||
#ifdef PCCTS_USE_NAMESPACE_STD
|
||||
#ifdef PCCTS_USE_NAMESPACE_STDXXX
|
||||
#include <cstdlib>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef __PCCTS_STRING_H__
|
||||
#define __PCCTS_STRING_H__
|
||||
|
||||
#ifdef PCCTS_USE_NAMESPACE_STD
|
||||
#ifdef PCCTS_USE_NAMESPACE_STDXXX
|
||||
#include <cstring>
|
||||
#else
|
||||
#include <string.h>
|
||||
|
22
Build_Clover_in_Sequoia.txt
Normal file
22
Build_Clover_in_Sequoia.txt
Normal file
@ -0,0 +1,22 @@
|
||||
1. Download Clover
|
||||
|
||||
cd ~
|
||||
mkdir src
|
||||
cd src
|
||||
git clone --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git
|
||||
cd CloverBootloader
|
||||
|
||||
2. Download and install Python 5.12...
|
||||
3. Set a link for python
|
||||
|
||||
cd /Library/Frameworks/Python.framework/Versions/3.12/bin/
|
||||
sudo ln -s python3.12 python
|
||||
cd -
|
||||
|
||||
4. Install tools
|
||||
pip3 install setuptools
|
||||
|
||||
5. make -C BaseTools
|
||||
|
||||
6. ./buildme
|
||||
|
Loading…
Reference in New Issue
Block a user