Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
newlib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
newlib
Commits
0a5c8659
Commit
0a5c8659
authored
Feb 03, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed arm-none-eabi to armr5-none-eabi
parent
5618330b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+4
-4
No files found.
Makefile
View file @
0a5c8659
...
@@ -7,12 +7,12 @@ aarch64-none-elf:
...
@@ -7,12 +7,12 @@ aarch64-none-elf:
rm
-rf
newlib-build
rm
-rf
newlib-build
rm
-rf
newlib-4.1.0
rm
-rf
newlib-4.1.0
arm-none-eabi
:
arm
r5
-none-eabi
:
tar
xf newlib-4.1.0.tar.gz
tar
xf newlib-4.1.0.tar.gz
mkdir
newlib-build
mkdir
newlib-build
cd
newlib-build
&&
CC_FOR_TARGET
=
arm
-none-eabi-gcc ../newlib-4.1.0/configure
--target
=
arm-none-eabi
--prefix
=
$(CURDIR)
/../toolcha
in
cd
newlib-build
&&
CC_FOR_TARGET
=
arm
r5-none-eabi-gcc ../newlib-4.1.0/configure
--target
=
arm-none-eabi
--prefix
=
$(CURDIR)
/../toolchain/armr5-none-eabi
--with-build-time-tools
=
$(CURDIR)
/../toolchain/armr5-none-eabi/b
in
PATH
=
$$
PATH:
$(CURDIR)
/../toolchain/arm-none-eabi/bin
$(MAKE)
-C
newlib-build
PATH
=
$$
PATH:
$(CURDIR)
/../toolchain/arm
r5
-none-eabi/bin
$(MAKE)
-C
newlib-build
PATH
=
$$
PATH:
$(CURDIR)
/../toolchain/arm-none-eabi/bin
$(MAKE)
-C
newlib-build
install
PATH
=
$$
PATH:
$(CURDIR)
/../toolchain/arm
r5
-none-eabi/bin
$(MAKE)
-C
newlib-build
install
rm
-rf
newlib-build
rm
-rf
newlib-build
rm
-rf
newlib-4.1.0
rm
-rf
newlib-4.1.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment