Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pythondata-cpu-microwatt
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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel LiteX
pythondata-cpu-microwatt
Commits
cc27e239
Unverified
Commit
cc27e239
authored
Jun 29, 2020
by
Michael Neuling
Committed by
GitHub
Jun 29, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #214 from shingarov/fix-ld-target
Fix ld error in elf maketarget
parents
7566f04f
49f1389a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
litedram/gen-src/sdram_init/Makefile
litedram/gen-src/sdram_init/Makefile
+1
-1
No files found.
litedram/gen-src/sdram_init/Makefile
View file @
cc27e239
...
...
@@ -67,7 +67,7 @@ $(OBJ)/libc.o: $(LIBC_OBJ)
$(
call
Q,LD,
$(LD)
-r
-o
$@
$^
,
$@
)
$(OBJ)/$(PROGRAM).elf
:
$(OBJECTS) $(OBJ)/libc.o $(OBJ)/$(PROGRAM).lds
$(
call
Q,LD,
$(LD)
$(LDFLAGS)
-o
$@
$
^
,
$@
)
$(
call
Q,LD,
$(LD)
$(LDFLAGS)
-o
$@
$
(OBJECTS)
$(OBJ)
/libc.o
,
$@
)
$(OBJ)/$(PROGRAM).bin
:
$(OBJ)/$(PROGRAM).elf
$(
call
Q,OC,
$(OBJCOPY)
-O
binary
-S
$^
$@
,
$@
)
...
...
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