Skip to content

Commit

Permalink
adopt compilation to Sequoia
Browse files Browse the repository at this point in the history
Signed-off-by: Slice <sergey.slice@gmail.com>
  • Loading branch information
SergeySlice committed Jun 25, 2024
1 parent b2078eb commit 5333dff
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BaseTools/Source/C/VfrCompile/Pccts/h/pccts_setjmp.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdarg.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdio.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdlib.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion BaseTools/Source/C/VfrCompile/Pccts/h/pccts_string.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
22 changes: 22 additions & 0 deletions Build_Clover_in_Sequoia.txt
Original file line number Diff line number Diff line change
@@ -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

4 comments on commit 5333dff

@chris1111
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this commit there is no Workflows build

@stevezhengshiqi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chris1111 It is caused by this pr #699. I have expressed my concern, but has been ignored.

@chris1111
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chris1111 It is caused by this pr #699. I have expressed my concern, but has been ignored.

I open issue with your post

Thanks @stevezhengshiqi

@chris1111
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.