Hello, I have a project created on s32 design studio using s32k3, I migrated the code to IAR, but after this I am getting the following error after compilation on IAR:
" FindFirstFileEx(link::generated src::c:wc/stl-wcu1v3-my24/tags/baseline/stl_1_3_wcu_s32ds_cdd4_r19_wspace_svn5843/common/tresos/sample_app_mwct20xx/output/src): The filename, directory name, or volume label syntax is incorrect.
"

When I try to remove link from xml file I am getting another error : "
Error[Ta023]: Call to a non __ramfunc function (FSK_IsBusy) from within a __ramfunc function C:\wc\STL-WCU1v3-MY24\branches\Reference\SourceDependencies\RTD\SW32K3_RTD_4.4_2.0.1\eclipse\plugins\Wct_TS_T40D34M27I0R19\src\Wct_HalDdm.c 1462

"
When I opened "ProjectInfo.xml" file, I have path like "<PathName>link::Tresos\plugins\Adc_TS_T40D34M20I1R0\src::C:\wc\STL-WCU1v3-MY24\branches\Reference\SourceDependencies\RTD\SW32K3_RTD_4.4_2.0.1\eclipse\plugins\Adc_TS_T40D34M20I1R0\src\Adc.c</PathName>", It seems that IAR is not able to resolve this link, Please help me out how can I resolve this error.
Also I have a doubt, the earlier project which i am migrating to IAR is created on S32 design sutido using "NXP GCC 10.2 for ARM 32 bit Bare Metal", is this possible to migrate code to IAR? Because I followed code migration steps tutorial that says that we have to create a project in S32 design studio using IAR toolchain, then it is migrated to IAR easily without having any error.