On latest IDE 1.3 version, if I import my working code (working on old IDE).
I am facing below issue
/*********************************************************************/
cc1.exe: fatal error: lib_c99.prefix: No such file or directory
/*********************************************************************/
I have tried setting Language standard ISO c99 (-std=c99) but no luck.
Could you please help me out on this?
-Thanks
Prashant
已解决! 转到解答。
Hello Prashant,
The file - lib_c99.prefix is located in [your_install_path]\S32DS_ARM_v1.3\S32DS\arm_ewl2\EWL_C\include\ directory - check if the file is present. There may be also missing include path in project settings - on the same page as is shown on your screenshot select Includes and check if the path to EWL_C\include is present. On my machine is used build variable - "${ARM_EWL_DIR}/EWL_C/include" defined here:
Jiri
Hello Prashant,
The file - lib_c99.prefix is located in [your_install_path]\S32DS_ARM_v1.3\S32DS\arm_ewl2\EWL_C\include\ directory - check if the file is present. There may be also missing include path in project settings - on the same page as is shown on your screenshot select Includes and check if the path to EWL_C\include is present. On my machine is used build variable - "${ARM_EWL_DIR}/EWL_C/include" defined here:
Jiri
HI jiri,
Thanks for your reply. yes this answer gave some clue and issue is resolved now.
It was a PATH related issue. For version 1.3 installation path is under "c:/NDK" whereas for old version it was "c:/freescale".