abhiTronix / raspberry-pi-cross-compilers

Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
https://sourceforge.net/projects/raspberry-pi-cross-compilers
GNU General Public License v3.0
594 stars 104 forks source link

Stop glib removal from failing if installed from git #109

Closed DoumanAsh closed 2 months ago

DoumanAsh commented 2 years ago

rm failure should be ignored for glib download cleanup as it might not download tarball I also added gcc 11.3.0 since it is latest GCC 11

abhiTronix commented 2 years ago

Good work. But I'll need some time to get back to this project as I'm currently working on deffcode library. A lot of bugs and features are pending here, hopefully it will be done in next few days.

DoumanAsh commented 2 years ago

@abhiTronix I also noticed that during linux part it required rsync to be installed which wasn't installed by default in my debian image Not sure if it is vital to specify in README

abhiTronix commented 2 years ago

@DoumanAsh Good point. I'll add that.

abhiTronix commented 2 months ago

@DoumanAsh I'll push these changes manually, Thanks for the PR!