2011-10-21 05:19 PM
Hi
I have eclipse 3.6 with GNU ARM C/C++ development support configured.However, it can generate hex file with warning: cannot find entry symbol Reset_Handler; defaulting to 08000000. Not sure will this effect the hex file.So I download it to F4discovery board with STM32 ST-LINK utility, reset the board, the program can not run. And I program it with hex that from demo project of the board and it works.The codes I wrote can work in atollic's truestudio.I convert them to bin file with post-build command.their size are totally different, it is sure that compile from eclipse has problemTwo files are attachedSo I wander that is it due to my C/C++ build configuration errors or something else?Is there any configure tutorial for cortex m4?This one works for Cortex M3, but GNU ARM plugin is easier to use.Thanks2011-10-26 11:32 PM
have you rename the startup_stm32f4xx.s to startup_stm32f4xx.S?
with upper case of the letter 'S' as file extention.2011-10-27 02:43 PM
Hi Qin
It works! Now I cam use Eclipse to debug Discovery.Really appreciated. Anyone want to know how to configure, contact me. sharethl@sina.comTom2011-11-06 11:37 AM
2011-11-14 11:38 PM
Dear Tom,
Thank you for a nice description how to configure development system. Ideally for me, my system may reside on Linux Ubuntu. I see that not all components from yours nice description are available for Linux. Can you share ant ideas about possibility to have a similar system for Open Source development of STM32F4-Discovery on Linux Ubuntu.2011-12-02 07:36 AM
I have another question about Eclipse and CodeSourcery combination.
I have configured eclipse project. When I try to build it I have an error message: .... c:/programms/development/codesourcery/sourcery g++ lite/bin/../lib/gcc/arm-none-eabi/4.4.1/../../../../arm-none-eabi/bin/ld.exe: error: ./STM32F4xx_Source/Templates/TASKING/cstart_thumb2.o: Conflicting CPU architectures 13/0 .... But even with this message binary creation ended successfully - I have working bin-file. What can I do to remove this error ?2011-12-07 07:26 AM
Do you download TrueSTUDIO Lite, or the 30 day evaluation copy to get the needed files?
Thanks in adavnce, John2012-01-28 11:30 AM
2012-01-29 11:53 PM
Did you enter all std libs folders in include section (like cmsis)?
2012-03-31 08:09 AM
Hi kimtys
I have trouble to use Ubuntu with my sony laptop, ATI card. All solutions online can not help....