Skip to content

Commit

Permalink
hw/bsp/frdm-k82f: Fix bootloader build
Browse files Browse the repository at this point in the history
bin/targets/test-boot-frdm-k82f/app/@apache-mynewt-core/libc/
    baselibc/@apache-mynewt-core_libc_baselibc.a(start.o):
     in function `_start':
repos/apache-mynewt-core/build/repos/apache-mynewt-core/
    libc/baselibc/src/start.c:43: undefined reference to `mynewt_main'
  • Loading branch information
sjanc committed Oct 9, 2023
1 parent 94c8c38 commit 11bc3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/bsp/frdm-k82f/boot-MK82FN256xxx15_flash.ld
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ SECTIONS
KEEP (*(.init))
KEEP (*(.fini))
. = ALIGN(4);
PROVIDE(mynewt_main = main);
} > FLASH

.ARM.extab :
Expand Down

0 comments on commit 11bc3ee

Please sign in to comment.