I tried using the getenv to read the CWD inside the FVP , but its returning NULL , I tried passing the in the arguments , environment tab in debug configutation which dint work out , How to fetch the absoulte path inside the baremetal application in FVP
i had seen this cluster.cpu.semihosting-cwd from the list as well , the problem is to fetch the aboslute path inside the application since getcwd doesnt work for baremetal cases.