Linking error with UNC paths with GNU toolchain version 13.2

Hello everyone,

I am facing a linking error when the location of libcmsisnn.a is a UNC path. If the path is mapped to a network drive, I do not face this error. Also, in the 11.3 version of the toolchain, this error does not appear with a UNC path.

"Z:/batserve/ARM_Toolchain/v13_2_Rel1/win/bin/arm-none-eabi-g++" -Wl,--gc-sections -Wl,-Map="net_predict.map" @C:\TEMP\CR_W~1\TPC9CB~1\codegen\lib\NET_PR~1\MBED_O~1.RSP -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -mlittle-endian -mthumb -mthumb-interwork --entry=Reset_Handler --specs=nano.specs --specs=nosys.specs -T"P:\fsview\2522520_r001_win64\w s\16\matlab\toolbox\target\supportpackages\stm32f769idiscovery/mbed/DISCO_F769NI/TOOLCHAIN_GCC_ARM/STM32F769xI.ld" -o ./net_predict.elf @net_predict_rtw.rsp @net_predict_rtw_ref.rsp //mathworks/hub/share/apps/GPUTools/CMSISNN/v5_7_0/STM32F7/win64/lib/libcmsisnn.a C:/TEMP/CR_W~1/TPC9CB~1/codegen/lib/net_predict/coderassumptions/lib/net_predict_ca.lib F:/hub/hub_share/share/apps/RTT/Arm_CortexM/ARM.CMSIS-DSP.1.14.3/Lib/GCC/arm_cortexm7ldfdp_math/libCMSISDSP.a  -lm     

Z:/batserve/ARM_Toolchain/v13_2_Rel1/win/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot find //mathworks/hub/share/apps/GPUTools/CMSISNN/v5_7_0/STM32F7/win64/lib/libcmsisnn.a: Invalid argument

Any help regarding this would be much appreciated.

Thank you,

Nithin