Background: K64 project working fine on Win 8.1, but must deliver project on Windows 7. So, on Win 7, I:
- Installed KDS 3.2.0, applied all updates.
- Copied project files and added existing project to workspace.
- Build runs, compiles many dozens of files, no errors, all works as on Win 8.1 installation, except...
- Link fails with:
arm-none-eabi-g++: error: unrecognized command line option '--defsym=__heap_size__=0x4000'
When I look at the project build settings for the linker, on Win 8.1 there is a listbox for adding linker flags:


On Windows 7 (the KDS install I just did), the Linker Flags listbox is missing!


KDS has incorrectly constructed the link line on Win7!
I've attached the correct (Win 8) and incorrect (Win 7) link line details
What is going on?
How can I get this project to work on Win7 ???
Thanks!
Best Regards, Dave
Original Attachment has been moved to: 20170215_build_failure.txt.zip
Original Attachment has been moved to: 20170215_build_Win8_AOK.txt.zip