From fa1c6bc632d1fe9a84a7e38ecb239b5cedc15c15 Mon Sep 17 00:00:00 2001 From: Taylor Vesely Date: Thu, 22 Mar 2012 15:27:51 -0600 Subject: Successfully compiled and ran miniblink.c for the Blueboard-LPC1768-H. --- lib/lpc17xx/libopencm3_lpc17xx.ld | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/lpc17xx/libopencm3_lpc17xx.ld b/lib/lpc17xx/libopencm3_lpc17xx.ld index d115758..30a2c0f 100644 --- a/lib/lpc17xx/libopencm3_lpc17xx.ld +++ b/lib/lpc17xx/libopencm3_lpc17xx.ld @@ -25,6 +25,9 @@ /* Enforce emmition of the vector table. */ EXTERN (vector_table) +/* Define the entry point of the output file. */ +ENTRY(reset_handler) + /* Define sections. */ SECTIONS { -- cgit v1.2.3