1976228_en-US

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

1976228_en-US

1976228_en-US

quote characters got removed from defined symbols

Hello user support,

I have a strange SW build problem with MCUXpresso IDE v24.9 that the quote "" got removed Predefined symbols, this causes unexpected errors, please tell me how to fix it? I found a post with same problem Solved: v11.0.1 "Manage SDK Components" removes " from C++ Symbols - NXP Community But not sure where is the solution. I tried to change the double quote with <> but still not working and actually it's better to know the problem and solve it.

SSS_CONFIG_FILE="fsl_sss_config_elemu.h"
SSCP_CONFIG_FILE="fsl_sscp_config_elemu.h"

BLEDev_3-1729180748754.png


BLEDev_0-1729180602107.png

macro expansion

BLEDev_1-1729180609693.png

Error log:

BLEDev_2-1729180620468.png

Thanks!


Re: quote characters got removed from defined symbols

Hi @BLEDev 

Based on your  image and error message.

You can try changing


SSS_CONFIG_FILE="fsl_sss_config_elemu.h"
SSCP_CONFIG_FILE="fsl_sscp_config_elemu.h"

to


SSS_CONFIG_FILE='"fsl_sss_config_elemu.h"'
SSCP_CONFIG_FILE='"fsl_sscp_config_elemu.h"'


BR

Hang

标记 (1)
无评分
版本历史
最后更新:
‎11-21-2025 10:46 PM
更新人: