comparison Small_CPU/CPU2-RTE.ld @ 54:321df89d5710

Added missing ENTRY point
author Ideenmodellierer
date Sun, 05 Aug 2018 12:57:49 +0200
parents da86a7adc4fa
children aa286a4926c2
comparison
equal deleted inserted replaced
53:f64cf099a7f5 54:321df89d5710
27 /* ---------------------------------------------------------------------------- */ 27 /* ---------------------------------------------------------------------------- */
28 28
29 /*------------------------------------------------------------------------------ 29 /*------------------------------------------------------------------------------
30 * Linker script for running in internal FLASH on the STM32F401RE 30 * Linker script for running in internal FLASH on the STM32F401RE
31 *----------------------------------------------------------------------------*/ 31 *----------------------------------------------------------------------------*/
32
33 /* Entry Point */
34 ENTRY(Reset_Handler)
32 35
33 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") 36 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
34 OUTPUT_ARCH(arm) 37 OUTPUT_ARCH(arm)
35 SEARCH_DIR(.) 38 SEARCH_DIR(.)
36 39