Sign in
gwj
/
at91sam9263
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
dc1560f5a6d3d50690bfdfa63e1136baecc9251c
Authored by
Grzegorz Jabłoński
2020-04-11 13:50:46 +0200
1 parent
0637b04f
Changed entry point in linker script.
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
virtual_lab/script.lds
virtual_lab/script.lds
View file @
dc1560f
...
...
@@ -6,7 +6,7 @@
6
6
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
7
7
"elf32-littlearm")
8
8
OUTPUT_ARCH(arm)
9
-ENTRY(
_start
)
9
+ENTRY(
reset_handler
)
10
10
SEARCH_DIR("/usr/lib/arm-none-eabi/lib");
11
11
SECTIONS
12
12
{
...
...