mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #154] [MERGED] Added scripts to build/use a local copy of sdcc version 4.2.0. #3754
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/154
Author: @skiphansen
Created: 11/4/2023
Status: ✅ Merged
Merged: 12/4/2023
Merged by: @jjwbruijn
Base:
master← Head:master📝 Commits (4)
a24bccdAdded scripts to build/use a local copy of sdcc version 4.2.0.c446452Added support for sdcc 4.0.7 used by https://dmitry.gr projects.c641907Fix typos.e95a1acMerge branch 'jjwbruijn:master' into master📊 Changes
7 files changed (+117 additions, -1 deletions)
View changed files
📝
.gitignore(+2 -0)📝
README.md(+1 -1)➕
sdcc/.gitignore(+3 -0)➕
sdcc/README.md(+27 -0)➕
sdcc/build_sdcc.sh(+41 -0)➕
sdcc/setup_sdcc.sh(+28 -0)➕
sdcc/unset_sdcc.sh(+15 -0)📄 Description
The line "This repo builds on SDCC 4.2.0 for Linux." in the README confused me. At first I thought that meant the repo BUILT SDCC itself. This PR adds that ability if you like.
I wasn't until after I built sdcc from sources that I found https://sourceforge.net/projects/sdcc/files/sdcc-linux-amd64/, sigh.
Feel free to ignore this PR if you don't think it provides any value.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.