devkitPro updater installs old compiler on windows 10
Posted: Sun Oct 29, 2023 12:51 am
Hi!
i was having some issues with compiling other peoples source code when someone told me to run in my c:\devkitPro\devkitARM\bin directory from command line and it outputs this
from my understanding this is a very old compiler and i don't know why it keeps installing this version, i've been using the updater .exe file from github so it should be installing the latest version no?
any help on this would be greatly appreciated, thanks in advance!
i was having some issues with compiling other peoples source code when someone told me to run
Code: Select all
arm-eabi-gcc --version
Code: Select all
arm-eabi-gcc (devkitARM release 32) 4.5.1
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
any help on this would be greatly appreciated, thanks in advance!