Open pftbest opened 1 month ago
make
is available, which is GNU make
All the build tools are already present
Can you try to add a symlink to /usr/bin/make
, call it gmake
and add it to the PATH to see if it works?
I added gmake symlink in /usr/bin on the host system, however it didn't help. It's still missing inside the flatpack container. Not sure how to add it there, it says "Readonly filesystem". Can you please share a bit more details how to change the PATH for a flatpack app?
Ok, so I found a workaround like this:
cd /var/lib/flatpak/app/com.github.corna.Vivado/x86_64/stable/1ed4e0cc94663f115d4fc28d0d5fc0ef6321628b6434cca04e24580016267f26/files/bin
ln -s /usr/bin/make gmake
And now generate device image works fine.
It's possible gcc and/or other build tools are required too