-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpu/esp*: fix linker scripts [backport 2020.10] #15197
Merged
benpicco
merged 3 commits into
RIOT-OS:2020.10-branch
from
leandrolanzieri:backport/2020.10/pr/esp/fix_linker_scripts
Oct 13, 2020
Merged
cpu/esp*: fix linker scripts [backport 2020.10] #15197
benpicco
merged 3 commits into
RIOT-OS:2020.10-branch
from
leandrolanzieri:backport/2020.10/pr/esp/fix_linker_scripts
Oct 13, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
leandrolanzieri
requested review from
aabadie,
fjmolinas,
gschorcht,
MichelRottleuthner and
smlng
as code owners
October 9, 2020 14:30
leandrolanzieri
added
Area: cpu
Area: CPU/MCU ports
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
CI: run tests
If set, CI server will run tests on hardware for the labeled PR
CI: skip compile test
If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
Process: release backport
Integration Process: The PR is a release backport of a change previously provided to master
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
labels
Oct 9, 2020
leandrolanzieri
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
CI: run tests
If set, CI server will run tests on hardware for the labeled PR
CI: skip compile test
If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs
labels
Oct 9, 2020
benpicco
reviewed
Oct 9, 2020
benpicco
previously approved these changes
Oct 11, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as #15186
leandrolanzieri
force-pushed
the
backport/2020.10/pr/esp/fix_linker_scripts
branch
from
October 12, 2020 15:18
97dafc6
to
c67505b
Compare
@benpicco I rebased to resolve conflicts, this needs to be ACKed again it seems :-/ |
benpicco
approved these changes
Oct 12, 2020
leandrolanzieri
deleted the
backport/2020.10/pr/esp/fix_linker_scripts
branch
February 2, 2021 13:20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: cpu
Area: CPU/MCU ports
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
Process: release backport
Integration Process: The PR is a release backport of a change previously provided to master
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #15186
Contribution description
esp32 and esp8266 specify some modules' object files on their linker scripts. #14754 changed the compilation of RIOT modules, so archives are not generated anymore. This was causing the wildcards on the linker scripts to not match the object files. This PR fixes this issue by using the folder instead of the archive name.
With these changes esp8266 is working again, and for esp32 I ran the mtd test successfully (#15123).
Testing procedure
Issues/PRs references