Skip to content

Commit 1588b45

Browse files
committed
Force core_version to be added to compiled binary
1 parent 2929124 commit 1588b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/sdk/ld/eagle.app.v6.common.ld

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ EXTERN(_DoubleExceptionVector)
1818
EXTERN(_KernelExceptionVector)
1919
EXTERN(_NMIExceptionVector)
2020
EXTERN(_UserExceptionVector)
21+
EXTERN(core_version)
2122
PROVIDE(_memmap_vecbase_reset = 0x40000000);
2223
/* Various memory-map dependent cache attribute settings: */
2324
_memmap_cacheattr_wb_base = 0x00000110;

0 commit comments

Comments
 (0)