Saschaaa Posted November 8, 2014 Report Posted November 8, 2014 Hey, i tried to follow the steps for the toolchain installation: http://www.midibox.org/dokuwiki/doku.php?id=macos_mios32_toolchain_core I got some problems while getting the files from the repository server. With the command "mkdir svn" i made a new folder called "svn" but after typing "svn co svn://svnmios.midibox.org/mios32" the terminal starts to work but after it's finished, i cant see any folder inside the "svn" folder. And after checking out, whether it would work with the command "cd $MIOS32_PATH/apps/tutorials/001_forwarding_midi" i get the error message: "No such file or directory" Do you know what im doing wrong ? I work with Yoesmite best regards, sascha Quote
Saschaaa Posted November 8, 2014 Author Report Posted November 8, 2014 Hey, after updating the latest svn Version, i got another error message while trying to get the tutorial working... it says: "Creating object file for app.c make: arm-none-eabi-gcc: No such file or directory make: *** [project_build/app.o] Error 1" Quote
TK. Posted November 9, 2014 Report Posted November 9, 2014 It seems that the PATH variable isn't set correctly. The wiki page gives an example: export PATH=$PATH:/usr/local/mios32_toolchain/bin If you've copied the toolchain to another location (not /usr_local/mios32_toolchain, but somewhere else), just adapt this setting accordingly. Best Regards, Thorsten. Quote
Saschaaa Posted November 12, 2014 Author Report Posted November 12, 2014 Thanks, its working now ;) Best Regards, Sascha Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.