commit | a03e7df9f5d855cb85a5b1660f13677dd4590492 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Wed Jan 05 11:02:37 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jan 07 18:20:30 2022 +0100 |
tree | d5fe69cd0441706ce2c208956dd746134f38bcae | |
parent | 3d217b6bf6e68a3c9631dcc69be84533eb4ba265 [diff] |
cmake: linker generator replace % with @ for symbol referencing Fixes: #41435 The use of %<symbol>% works well in Linux and MacOS but when passed to the linker script generator in Windows the %<symbol>% is processed by the windows shell causing the value to disappear and thus an empty value inside the generated ld linker script or scatter file. This is fixed by using the @ character instead of the % character. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>