We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2929124 commit 1588b45Copy full SHA for 1588b45
tools/sdk/ld/eagle.app.v6.common.ld
@@ -18,6 +18,7 @@ EXTERN(_DoubleExceptionVector)
18
EXTERN(_KernelExceptionVector)
19
EXTERN(_NMIExceptionVector)
20
EXTERN(_UserExceptionVector)
21
+EXTERN(core_version)
22
PROVIDE(_memmap_vecbase_reset = 0x40000000);
23
/* Various memory-map dependent cache attribute settings: */
24
_memmap_cacheattr_wb_base = 0x00000110;
0 commit comments