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

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


The following commit(s) were added to refs/heads/master by this push:
     new 023b1a5  boards: sabre-6quad: Add CONFIG_DEBUG_FULLOPT=y to 
knsh/defconfig
023b1a5 is described below

commit 023b1a5260db8d7aecd3baab1d2ec09011901a37
Author: Masayuki Ishikawa <masayuki.ishik...@gmail.com>
AuthorDate: Sat Mar 12 09:39:56 2022 +0900

    boards: sabre-6quad: Add CONFIG_DEBUG_FULLOPT=y to knsh/defconfig
    
    Summary:
    - I noticed that undefined instruction happens with getprime and gcc-10.3.1
    - Actually, the issue does not happen with gcc-9.3.1
    - This is a tentative solution to avoid the issue
    
    Impact:
    - sabre-6quad:knsh only
    
    Testing:
    - Tested with hello/getprime
    
    Signed-off-by: Masayuki Ishikawa <masayuki.ishik...@jp.sony.com>
---
 boards/arm/imx6/sabre-6quad/configs/knsh/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/imx6/sabre-6quad/configs/knsh/defconfig 
b/boards/arm/imx6/sabre-6quad/configs/knsh/defconfig
index 77ac026..82e8240 100644
--- a/boards/arm/imx6/sabre-6quad/configs/knsh/defconfig
+++ b/boards/arm/imx6/sabre-6quad/configs/knsh/defconfig
@@ -35,6 +35,7 @@ CONFIG_BOOT_RUNFROMSDRAM=y
 CONFIG_BUILD_KERNEL=y
 CONFIG_DEBUG_ASSERTIONS=y
 CONFIG_DEBUG_FEATURES=y
+CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEV_ZERO=y
 CONFIG_DISABLE_ENVIRON=y

Reply via email to