UNFUNCOPY Posted October 21, 2010 Report Posted October 21, 2010 this may be another stupid noob question as i am only begginning to learn c and have just finished my first STM32 core module i have been following the guide to set up the toolchain and accessed the files from the repository server explained here: http://www.midibox.org/dokuwiki/doku.php?id=installing_gnu_on_osx&s[]=mios32&s[]=toolchain i am up to this stage "Expand the archive, you will then have a “stm32-bin†folder containing another archive file and a “README†file. Follow the instructions given in the “README†file to set up the toolchain." ..when i do this, no stm32-bin folder appears in my /usr directory.. im sure i am missing something... please let me know if any further details are required Quote
psyreactor Posted October 21, 2010 Report Posted October 21, 2010 (edited) hi sorry for my English :tongue: We need to install subversion, we lower the dmg from here!, Once svnX downloaded subversion installed, which is a gui for subversion this is the link Open svnX and add the repository MIOS32 svn: / / svnmios.midibox.org/mios32 double click on the repo we added down the structure of the repository. Then download the binary of the STM32 toolchain from here, what Unzip and copy the STM32 folder in / usr / local /. Open a terminal and type ... sudo-s nano / etc / bashrc and add at end of file export PATH = $ PATH: / usr/local/stm32/bin export MIOS32_PATH = path_del_repo_svnx / trunk export MIOS32_BIN_PATH = $ MIOS32_PATH/bin export MIOS32_GCC_PREFIX = arm-none-EABI export MIOS32_FAMILY = STM32F10x export MIOS32_PROCESSOR = STM32F103RE export MIOS32_BOARD = MBHP_CORE_STM32 export MIOS32_LCD = CCD resource staff Store and are ready for the final step of lowering the Xcode Apple's page here (must register to download the Xcode). Remember the upper version of Xcode not working, if anyone has a method to use, I'm interested. installed and ready, and we can test our MIOS32 toolchain. Open a terminal and do the following ... cd $ MIOS32_PATH/apps/tutorials/001_forwarding_midi make-s Would have to leave it next --------------------------- Application successfully built for: Processor: STM32F103RE Family: STM32F10x Board: MBHP_CORE_STM32 LCD: CCD resource staff _____________________________________________________ So we ended up configuring everything, keep in mind that is MIOS32 relatively new and not much code midibox drivers there is only version 2 of the LC midibox not compile that no term to develop support for GLCD, if comments on all GLCD lines lc_lcd.c file compiled with support program for CLCD resource staff. This is the install process that worked for me! Again, sorry for my English! Any questions at your disposal. best regards Lucas Edited October 21, 2010 by psyreactor 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.