2013-02-26 08:21 AM
I am having issues with getting the Linker script to run.
/../arm-none-eabi/bin/ld.exe: cannot open linker script file /C:/Users/Jason.Development-PC/Dropbox/Eclipse/TS_001/stm32_flash.ld: Invalid argument
here is where it is called from makefile.targets:TS_001.elf: $(USER_OBJS) arm-none-eabi-g++ -T''/C:/Users/Jason.Development-PC/Dropbox/Eclipse/TS_001/stm32_flash.ld'' -Wl,-Map,TS_001.map -mcpu=cortex-m4 -mthumb -g -gdwarf-2 -o ''USER_OBJS'' $(OBJS) $(USER_OBJS) $(LIBS)Does anything jump out as wrong in the arguments?2013-02-26 10:23 AM
Says it can't find the file, I'd start with the path syntax, put the linker script in a root directory or something.
Look at the directories, the preceding slash, does it need forward or back slashes?