STM32CubeMP13, Post-build steps Compilation error occurred
Hi, Compiling a Project (FSBLA\FSBLA_Sdmmc1) encountered an error,Nothing has been changed

Hi, Compiling a Project (FSBLA\FSBLA_Sdmmc1) encountered an error,Nothing has been changed

Hi
The root cause has been identified ; the 'pwd' command is no more supported by sh.exe provided in CubeIDE 1.14
The good news is that it's easy to w/a by implementing following change in script :
revisiting postbuild.sh from line 14:
#current_directory=`pwd`
#echo ${current_directory}
#cd "${projectdir}/../../../../../../../Utilities/ImageHeader"
#basedir=`pwd`
basedir="../../../../../../../Utilities/ImageHeader"
#cd ${current_directory}
Please confirm this patch fix the issue at your end.
Thanks
Olivier
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.