[PR #154] [MERGED] Added scripts to build/use a local copy of sdcc version 4.2.0. #3754

Closed
opened 2026-03-20 23:08:13 +01:00 by sascha_hemi · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/154 **Author:** [@skiphansen](https://github.com/skiphansen) **Created:** 11/4/2023 **Status:** ✅ Merged **Merged:** 12/4/2023 **Merged by:** [@jjwbruijn](https://github.com/jjwbruijn) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`a24bccd`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/a24bccd1af6315ee9a7a127e11bfb7d54b05a222) Added scripts to build/use a local copy of sdcc version 4.2.0. - [`c446452`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/c446452b692d265d423da79fc881ad1907cfb08b) Added support for sdcc 4.0.7 used by https://dmitry.gr projects. - [`c641907`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/c64190709a08cdf889cda2f1c457d4e353babc14) Fix typos. - [`e95a1ac`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/e95a1acae8f6ec91201fa10fc4bbe7a8fc3cfa03) Merge branch 'jjwbruijn:master' into master ### 📊 Changes **7 files changed** (+117 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 23:08:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3754