Linux SW Toolchain for Gitlab/CI Posted by jptalledo on 2019-01-22 07:49 Hi all I am working on setting up gitlab/CI to crosscompile on a 64bit Linux Ubuntu system my STM32F4 project Because I don’t need eclipse or the GUI. Can someone advise what/where I can download the toolchain only?
Posted by tang on 2019-01-22 09:48 Hi, The toolchain in System Workbench for STM32 is the ARM Linaro Bare-Metal Targeted Binary Toolchain. You can find it in https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-eabi/ Regards, Kevin.
Posted by jptalledo on 2019-01-25 23:05 Thanks Kevin Any idea how to build a proper Makefile to use with the command line toolchain?