Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi Team,
My customer wants to place all objects in a specific folder to a specific memory section. They have tried to configure as below in SysConfig.
Memory Configurator -> Section -> Input Sections of some section
./Application/source/*.o (.text .rodata)
However, when they do this they get an error.
"syscfg/linker.cmd", line 286: fatal error #6001: cannot open file "./Application/source": Permission denied
If the specify a specific object like below it will not cause any issues.
./Application/source/kc_*.o (.text .rodata)
Is there no way to include all objects in a specific folder?
Best regards,
Mari Tsunoda