Switchvars.sh is no needed anymore on windows MSYS, is only used on Linux.To me when I put
source $DEVKITPRO/switchvars.sh
-It gets me in msys2 the following error: bash: /opt/devkitpro/switchvars.sh: No such file or directory
you must check the variables
DEVKITARM="/opt/devkitpro/devkitARM"
DEVKITPPC="/opt/devkitpro/devkitPPC"
DEVKITPRO="/opt/devkitpro"
do exists
if not you can put
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=${DEVKITPRO}/devkitARM
export DEVKITPPC=${DEVKITPRO}/devkitPPC
export PATH=${DEVKITPRO}/tools/bin:$PATH
on your .bash_profile
Post automatically merged:
By the way the package
dkp-toolchain-vars
install the /devkitpro/switchvars.sh file
Try installing that package
Last edited by impeeza,