Hello,
I am trying to clean an old NRF project: I recreated a SES project and solution, fixing every issue whie porting, and end up stuck at the linking step.
I get a "syntax error" while issuing a build (see picture attached).
Doing an export build I noticed a weird thing in the linking command:
" [...]
--gc-sections -TC:/Users/JossMARCIALIS/Desktop/KTv1_nouveau_firmware/Output/Debug/Obj/KTv1/KTv1.ld
[...] "
The -T option is not separated from the file path, hence the syntax error on the new project.
Is this normal ? If not, how can I possibly edit this command or solve the problem ?
Thanks in advance
I am trying to clean an old NRF project: I recreated a SES project and solution, fixing every issue whie porting, and end up stuck at the linking step.
I get a "syntax error" while issuing a build (see picture attached).
Doing an export build I noticed a weird thing in the linking command:
" [...]
--gc-sections -TC:/Users/JossMARCIALIS/Desktop/KTv1_nouveau_firmware/Output/Debug/Obj/KTv1/KTv1.ld
[...] "
The -T option is not separated from the file path, hence the syntax error on the new project.
Is this normal ? If not, how can I possibly edit this command or solve the problem ?
Thanks in advance