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
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"
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.
Saschaaa Posted November 12, 2014 Author Report Posted November 12, 2014 Thanks, its working now ;) Best Regards, Sascha
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now