quote characters got removed from defined symbols

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

quote characters got removed from defined symbols

ソリューションへジャンプ
299件の閲覧回数
BLEDev
Contributor II

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!

 

0 件の賞賛
返信
1 解決策
262件の閲覧回数
Harry_Zhang
NXP Employee
NXP Employee

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

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
263件の閲覧回数
Harry_Zhang
NXP Employee
NXP Employee

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

0 件の賞賛
返信