Today at last I could finally build my OS. It was downloading for the last 2 days, so I did the build command. It went perfectly well, but then while making the flashable Google Fuchsia IMG as shown in the below screenshot, I got this error.
The error goes like this:
PermissionError: [Errno 13] Permission denied: '/root/fuchsia/prebuilt/third_party/tools/cgpt/linux-x64/cgpt
I am totally confused as I never got this error before. I have tried all the chmod commands: chmod 777, chmod 775, chmod 755, chmod +x, chmod go+rx, chmod o+rx. I can't understand what's going on.