Successfully Built Blinky in Eclipse Luna and Linux on STM32F429I-Disco
To build our project first we have to select “Project” in the top toolbar and then “Build Configurations” and “Set Active” either ” 1 Debug” or ” 2 Release” and this where our “blinky.bin” file will be created in the “Project Explorer” tree.
Then got to “Project ” and “Build All” and wait for it to complie !!!
Then use Qstlink2 or stlink to upload to your board.
Like I said I haven’t learned to setup the debugger yet but htis should get you going.
but the .bin file will be in /home/(your name)/workspace/mydemo/bnliky/ (debug or release) whatever you had it set for.
If you want you can change the blink rate in line 28 like I had explained, and then save all and select “Project” then “Clean” and “Build All” again and upload the .bin file to your board again and see the changes.
You may need to reset the “1 Debug” or “2 Release ” options again once you clean the project or else it won’t create the .bin file.
And that is it!!!
Pretty simple!!
Good luck!!!
And, If you have any questions feel free to ask and I will do my best to help.
Cheers!!!!
jer


