Setting up Development Environment: Difference between revisions
WinterMute (talk | contribs) |
WinterMute (talk | contribs) Don't set path in .bashrc. devkitARM is not the only arm-none-eabi toolchain someone could potentially use. This is why the Makefiles use the other variable to set path |
||
Line 41: | Line 41: | ||
echo "export DEVKITPRO=/opt/devkitpro" >> ~/.bashrc | echo "export DEVKITPRO=/opt/devkitpro" >> ~/.bashrc | ||
echo "export DEVKITARM=/opt/devkitpro/devkitARM" >> ~/.bashrc | echo "export DEVKITARM=/opt/devkitpro/devkitARM" >> ~/.bashrc | ||
source ~/.bashrc | source ~/.bashrc | ||
</pre> | </pre> |