Hi,
I just installed latest version 0.5.5.201310111213 and it generates incorrect make file.
The -mcpu, -mthumb and others params are missing.
The part of the file looks like following
simple_gimbal_controller.elf: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: ARM Sourcery Windows GCC C++ Linker'
arm-none-eabi-g++ -T"..\STM32F103xB_rom.ld" -Xlinker --gc-sections -Wl,-Map,"simple_gimbal_controller.map" -o "simple_gimbal_controller.elf" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
After installing older version 0.5.5.201309281715 everything is ok.
The Eclipse version is Kepler Service Release 1
Build id: 20130919-0819
The OS is Windows 7 64 bit.
Regards
Krzysiek
I confirm the bug, it does affect windows platforms and it does not affect OS X platforms.
fixed in 0.5.5.201310221100 & 1.1.2.201310221203
explanation:
the fix implied an edit of the .classpath, to remove the old /bin definition
Thank you, Krzysiek, for the bug report.
BTW, did you try the new plug-in?
I ran into this same bug and wound up downgrading, but in the meantime while trying to figure it out I tried the new plug-in and my projects would not compile and had no settings under C/C++ Build->Settings. I looked for the lines mentioned in this post (http://gnuarmeclipse.livius.net/blog/2013/10/19/version-1-1-1-201310191701-released/), but there were no such lines in my .cproject file to remove.
Moses, did you try the latest 0.5.5.201310221100? If so, please create a new project and provide all details in case the problem persists.
Last edit: Liviu Ionescu (ilg) 2013-10-22
Hi,
Thanks for plugin :)
I did not try new one, but I will ;)
regards
Krzysiek
Last edit: Liviu Ionescu (ilg) 2013-10-22
Krzysiek, the question related to testing the latest version was in fact addressed to Moses (I edited the post to avoid confusion).