Hello,
I write to you directly, because rt-thread forum is in chinese.
Firstval, you have done great work with the rt-thread. Thanks! I hope,
you could have time to translate user guide to english. I am now
trying to compile and link rt-thread with gnu arm eclipse tools. I
took head trunk from googlecode. Many of bsp:s compile and lind
without problem, like stm32f107, but there is also many which won't
work, like mini2440, which I would like to run in qemu.
Build of mini2440 ends up following error
es\gui\demo_view_bmp.o build\examples\gui\demo_plot.o
build\examples\gui\mywidget.o
build\libcpu\arm\s3c24x0\start_gcc.o:D:\varasto\rt-thread\rt-thread\libcpu\arm\s3c24x0\start_gcc.S:91:
multiple definiti
on of `_start'
d:/program files (x86)/gnu tools arm embedded/4.8
2014q3/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/li
b/crt0.o:(.text+0x0): first defined here
d:/program files (x86)/gnu tools arm embedded/4.8
2014q3/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/li
b/crt0.o: In function `_start':
(.text+0x104): undefined reference to `__bss_start__'
d:/program files (x86)/gnu tools arm embedded/4.8
2014q3/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/li
b/crt0.o: In function `_start':
(.text+0x108): undefined reference to `__bss_end__'
collect2.exe: error: ld returned 1 exit status
scons: *** [rtthread-mini2440.axf] Error 1
scons: building terminated because of errors.
Could you give some advice which is wrong?
Greetings,
Esko