You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/01/22 15:23:46 UTC

[incubator-nuttx] 02/03: nucleo-f303re/nxlines: enable NXSTART_EXTERNINIT config to fix build break

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch pr145
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit c485346c43d5b95e1834355b446a8422f0b1d7b9
Author: liuhaitao <li...@xiaomi.com>
AuthorDate: Wed Jan 22 22:25:09 2020 +0800

    nucleo-f303re/nxlines: enable NXSTART_EXTERNINIT config to fix build break
    
    arm-none-eabi-ld: /var/lib/jenkins/workspace/NuttX-Nightly-Build/nuttx/staging/libgraphics.a(nxmu_start.o): in function `nx_server':
    nxmu_start.c:(.text+0x2): undefined reference to `board_lcd_initialize'
    arm-none-eabi-ld: nxmu_start.c:(.text+0xc): undefined reference to `board_lcd_getdev'
    make[1]: *** [nuttx] Error 1
    
    Change-Id: I631aa2d4c14689008baf7387dc5c064676480ab5
    Signed-off-by: liuhaitao <li...@xiaomi.com>
---
 boards/arm/stm32/nucleo-f303re/configs/nxlines/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/stm32/nucleo-f303re/configs/nxlines/defconfig b/boards/arm/stm32/nucleo-f303re/configs/nxlines/defconfig
index 19fa855..0a3ac24 100644
--- a/boards/arm/stm32/nucleo-f303re/configs/nxlines/defconfig
+++ b/boards/arm/stm32/nucleo-f303re/configs/nxlines/defconfig
@@ -33,6 +33,7 @@ CONFIG_NFILE_DESCRIPTORS=8
 CONFIG_NFILE_STREAMS=8
 CONFIG_NX=y
 CONFIG_NXFONT_MONO5X8=y
+CONFIG_NXSTART_EXTERNINIT=y
 CONFIG_NX_BLOCKING=y
 CONFIG_PREALLOC_MQ_MSGS=4
 CONFIG_PREALLOC_TIMERS=4