-
Notifications
You must be signed in to change notification settings - Fork 17
toolchain: build arm version as a multilib #225
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
base: master
Are you sure you want to change the base?
Conversation
JIRA: RTOS-927
JIRA: RTOS-927
JIRA: RTOS-927
648e079 to
7de8546
Compare
JIRA: RTOS-962
7de8546 to
69832cb
Compare
nalajcie
left a comment
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.
looks ok, I'm just making sure I understand how it will work now
69832cb to
a36c3d3
Compare
a36c3d3 to
f97b037
Compare
| +PHOENIX_OPTS += /fPIC/mfdpic | ||
| + | ||
| +# Finally, add Phoenix options to RM multilibs. | ||
| +# Keep the orignal requires because of kernel and plo. |
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.
[codespell] reported by reviewdog 🐶
orignal ==> original
| @@ -1,13 +0,0 @@ | ||
| -# PhoenixRTOS uses relocatable ELFs on NOMMU platforms | ||
| -# if this is ARM Cortex-M/R subvariant -> build libgcc/crtstuff with PIC | ||
| -# ALSO: ensure data is not interwined with .text, otherwise running XIP programs would fail |
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.
[codespell] reported by reviewdog 🐶
interwined ==> intertwined
Unit Test Results7 010 tests - 948 6 551 ✅ - 883 34m 42s ⏱️ - 5m 57s Results for commit 4f880dc. ± Comparison against base commit 06a6db3. This pull request removes 948 tests.♻️ This comment has been updated with latest results. |
4136223 to
d7694dd
Compare
JIRA: RTOS-1028
d7694dd to
4f880dc
Compare
JIRA: RTOS-1028
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment
Makefile: adapt to being build as a multilib phoenix-rtos-kernel#641
arm: adapt to being built as multilib libphoenix#409