Plugin: Version 2.3.1-201407120554 (July 12th 2014)
Eclipse Kepler
Host: Windows7 64bit
Toolchain: GNU ARM Embedded (launchpad) 4.8.2
Issue: The make file rule created by the plugin is missing a dependency to the linker files.
It is this:
test.elf: $(OBJS) $(USER_OBJS)
But should be someting like this
test.elf: $(OBJS) $(USER_OBJS) $(LD_SCRIPTS)
with LD_SCRIPTS listing all linker scripts present/listed in the linker panel.
Steps:
this is a duplicate of [feature-requests:#55]
the management for linker scripts will be soon changed, linker scripts will be automatically generated from CMSIS Pack memory maps.
at the same time I'll try to fix the makefile dependencies.
Related
Feature requests: #55