I’ve been trying to get my toolchain install sorted, but running up against a few snags. I’m not sure if all the wiki info is up to date, and not been able to find answers searching the forums so please go easy if the answers are out there! I’ve mainly been following the guide at http://www.midibox.org/dokuwiki/doku.php?id=windows_mios32_toolchain_core&s
I’m running Windows 7 64 bit and my target board is the LPC17.
MinGW errors - it seems it doesn’t play nicely with Win7 64 bit and the postinstaller script dies with a memory allocation error. However MinGW does seem to work afterwards - should I be concerned?
Environment variables - the guide linked above says to configure this:
set MIOS32_GCC_PREFIX=arm-none-eabi
set MIOS32_FAMILY=STM32F10x
set MIOS32_PROCESSOR=STM32F103RE
set MIOS32_BOARD=MBHP_CORE_STM32
set MIOS32_LCD=universal
I’d just like to check that these are all appropriate if my target build is the LPC17? Or will it be ok with having the same core CPU? Is there anything that needs setting up as LPC17 in order for compiled in libraries to build the right target?
Downloading from WebSVN. I can’t seem to download any of the content from the WebSVN - I just get 35 bytes of nothing downloading. Could someone explain whether this is normal and I’ll have to install the full SVN client end?
I’m just trying to pull down some of the tutorials and supporting libraries in order to try compiling examples to test everything. I hope to get this done while i’m waiting for my hardware parts to arrive! (I’ve got the LPCExpresso and bootloaded it ok so far…)
But I still have errors when i try the make command in the 1st tutorial folder (001_forwarding_midi). Here is a screen :
What I have done wrong ?
Maybe I have to type
"set MIOS32_PATH=/D/mios32/trunk
set MIOS32_BIN_PATH=/D/mios32/trunk/bin"
and
"MIOS32_BOARD=MBHP_CORE_LPC17
MIOS32_FAMILY=LPC17xx
MIOS32_GCC_PREFIX=arm-none-eabi
MIOS32_LCD=universal
MIOS32_PROCESSOR=LPC1769"
in a particular place ?
I have written it just after typing cmd in the command window, so the actual PATH was C:\Users\Cubess. Maybe the previous commands (set MIOS32, etc) don’t have to be typed here ?