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"
macro expansion
Error log:
Thanks!
Solved! Go to Solution.
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
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