Dear Dialog :
This is the first time i use the DA14699, i read 《User Manual DA1469x Getting Started Guide with the Development Kit》,but when i get the step :Build the project to run from RAM,I get a error:
"Description Resource Path Location Type
cannot open linker script file C:\Work Space For DA\projects\dk_apps\demos\ble_adv/DA1469x-00-Debug_RAM/mem.ld: Invalid argument ble_adv C/C++ Problem",
I don't know where I went wrong.
Device:
Hi REEASD,
The most possible reason for this error is because the setup doesn't generate the linker scripts in order for the make to complete the build, before the actual build occurs, eclipse will have to generate the linker scripts from the mem.ld.h file and construct a mem.ld file in the build folder. In your case, the file is never built and as a result the tool is not able to find the mem.ld file. This can be due to a number of reasons, like the makefile.targets file isn't in the project directory, or a missing configuration etc. It seems that either the installation of the Smart Snippets has issues, or you haven't properly imported the projects. Be aware that the SDK along with the Smart Snippets tool should operate out of the box without any additional configuration. Since you have correctly installed the tool, all the projects should compile out of the box. In addition, this kind of error that you are seeing, might be related with your workspace. To do so, I would recommend you try the following procedure step by step:
Thanks, PM_Dialog
Thanks, moving the SDK to a location without the spaces did the trick for me..