Commit dc1560f5a6d3d50690bfdfa63e1136baecc9251c

Authored by Grzegorz Jabłoński
1 parent 0637b04f

Changed entry point in linker script.

Showing 1 changed file with 1 additions and 1 deletions
virtual_lab/script.lds
... ... @@ -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 {
... ...