I'm trying to compile mruby for the STM32F407 cortex-m4 target, but i get the following error when running ./minirake
in the repo directory:
Command Failed: ["/home/eugenio/gcc-arm-none-eabi-4_7-2012q4/bin/arm-none-eabi-ld"
-T "/home/eugenio/gcc-arm-none-eabi-4_7-2012q4/share/gcc-arm-none-eabi/samples/ldscripts/mem.ld"
-o "build/arm-none-eabi/bin/mrbc"
"build/arm-none-eabi/tools/mrbc/mrbc.o"
"build/arm-none-eabi/lib/libmruby_core.a" ]`
What am I doing wrong? The toolchain is the one from launchpad the git repo is up to date and googling around didn't help.
Complete stacktrace is at stacktrace
Build_config file for mruby is at buildconfig