Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
run-time-system
Commits
34e07791
Commit
34e07791
authored
Mar 01, 2021
by
John van Groningen
Browse files
change makefiles for 32 bit ARM, define LINUX when assembling armstartup.s
parent
49f9e83d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.linux_arm
View file @
34e07791
...
...
@@ -20,7 +20,7 @@ $(ODIR)ufileIO2.o: $(SDIR)ufileIO2.c
gcc
-marm
-c
-O
$(DEFINES)
-ffunction-sections
-fdata-sections
-o
$(ODIR)
ufileIO2.o
$(SDIR)
ufileIO2.c
$(ODIR)armstartup.o
:
$(SDIR)armstartup.s
as
$(ODIR)
armstartup.s
-o
$(ODIR)
armstartup.o
as
$(ODIR)
armstartup.s
--defsym
LINUX
=
1
-o
$(ODIR)
armstartup.o
$(ODIR)armfileIO3.o
:
$(SDIR)armfileIO3.s
as
$(ODIR)
armfileIO3.s
-o
$(ODIR)
armfileIO3.o
...
...
Makefiletrace.linux_arm
View file @
34e07791
...
...
@@ -20,7 +20,7 @@ $(ODIR)ufileIO2.o: $(SDIR)ufileIO2.c
gcc -marm -c -O $(DEFINES) -ffunction-sections -fdata-sections -o $(ODIR)ufileIO2.o $(SDIR)ufileIO2.c
$(ODIR)armstartup.o: $(SDIR)armstartup.s
as $(ODIR)armstartup.s --defsym PROFILE=1 --defsym TRACE=1 -o $(ODIR)armstartup.o
as $(ODIR)armstartup.s --defsym
LINUX=1 --defsym
PROFILE=1 --defsym TRACE=1 -o $(ODIR)armstartup.o
$(ODIR)armfileIO3.o: $(SDIR)armfileIO3.s
as $(ODIR)armfileIO3.s -o $(ODIR)armfileIO3.o
...
...
Write
Preview
Supports
Markdown
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