|
|
|
|
Re: 4Diac forte for Freertos + LwIP [message #1851281 is a reply to message #1851258] |
Fri, 01 April 2022 11:00 |
Harshad Mahajan Messages: 6 Registered: March 2022 |
Junior Member |
|
|
I might have mistaken term 'dedicated toolchain file' with 'dedicated toolchain'.
Dedicated toolchain is STM32IDE -> inbuild arm gcc, g++ compiler.
Steps I followed: (Windows 10 )
1) I have compiled project for STM32 microcontroller with FreeRTOS+LwIP (toolchain STM32CubeIDE) (gcc and g++ and make are in plugin folder of installation)
2) Downloaded forte source 2.0.1
3) created build/Freertos directory along with it.
4) Opened CMake GUI and provided settings as unix make file and specify options for cross compiling
5) in setup for cross compilation provided path for gcc and g++
for me (gcc: C:/ST/STM32CubeIDE_1.9.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127/tools/bin/arm-none-eabi-gcc.exe
and g++ C:/ST/STM32CubeIDE_1.9.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127/tools/bin/arm-none-eabi-g++.exe)
6) on finish I am getting window which is attached in first message.
What is dedicated toolchain file means?
[Updated on: Fri, 01 April 2022 11:01] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04178 seconds