create a uClinux distribution for STM32f429 Discovery board
by sadegh71 from LinuxQuestions.org on (#4S1D1)
Hello everybody.
I'm new to Linux. I want to run ucLinux on the STM32F429 discovery board. For this, I follow the instruction in the below git.
https://github.com/jserv/stm32f429-linux-builder
when I inter make instruction, below error occurs!
...No uClinux toolchain found...
but I have downloaded the toolchain and added it to Linux PATH.
there are many executable files in the toolchain folder(arm-2010q1/bin)but when I want to execute one of them in the command line, below error occurs.
...No Such File or directory...


I'm new to Linux. I want to run ucLinux on the STM32F429 discovery board. For this, I follow the instruction in the below git.
https://github.com/jserv/stm32f429-linux-builder
when I inter make instruction, below error occurs!
...No uClinux toolchain found...
but I have downloaded the toolchain and added it to Linux PATH.
there are many executable files in the toolchain folder(arm-2010q1/bin)but when I want to execute one of them in the command line, below error occurs.
...No Such File or directory...