From c1b15dbc86fd7a5d07448fdb6e3354933ee8da87 Mon Sep 17 00:00:00 2001 From: Joachim Henze Date: Sun, 2 Oct 2022 03:39:35 +0200 Subject: [PATCH] [0.4.14][CMAKE] Update GCC dbg baseaddress.cmake by hand! Motivation is to fix the following warnings at configure-time for *GCC dbg* : -- umandlg has no base address -- hotplug has no base address -- qcap has no base address -- mydocs has no base address -- fusion has no base address -- fusion_1_1 has no base address -- fusion_2_0 has no base address -- storprop has no base address -- localspl_apitest.dll has no base address This fixes CORE-14831 for *GCC dbg* at least for this branch. Meaning: It hides the effect, without fixing the cause. It is neither a sufficient fix for other toolchains/configs, nor a sustainable solution for master yet. We'd need to improve the python script for that. --- sdk/cmake/baseaddress.cmake | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sdk/cmake/baseaddress.cmake b/sdk/cmake/baseaddress.cmake index 819fd9d5642..186a3b448d2 100644 --- a/sdk/cmake/baseaddress.cmake +++ b/sdk/cmake/baseaddress.cmake @@ -192,7 +192,7 @@ set(baseaddress_load_notifications 0x75c80000) set(baseaddress_loadperf 0x75c50000) set(baseaddress_localmon 0x75c20000) set(baseaddress_localspl 0x75bd0000) -set(baseaddress_localspl_apitest 0x75ba0000) +set(baseaddress_localspl_apitest.dll 0x75ba0000) #module name corrected manually set(baseaddress_localui 0x75b70000) set(baseaddress_lpk 0x75b40000) set(baseaddress_lsasrv 0x75ac0000) @@ -387,3 +387,11 @@ set(baseaddress_xinput9_1_0 0x71630000) set(baseaddress_xmllite 0x715e0000) set(baseaddress_xolehlp 0x715b0000) set(baseaddress_zipfldr 0x714d0000) +set(baseaddress_fusion 0x71490000) #added manually, last entry - 0x40000 +set(baseaddress_fusion_1_1 0x71450000) #added manually, last entry - 0x40000 +set(baseaddress_fusion_2_0 0x71410000) #added manually, last entry - 0x40000 +set(baseaddress_hotplug 0x713e0000) #added manually, last entry - 0x30000 +set(baseaddress_mydocs 0x71390000) #added manually, last entry - 0x50000 +set(baseaddress_qcap 0x71320000) #added manually, last entry - 0x70000 +set(baseaddress_storprop 0x712f0000) #added manually, last entry - 0x30000 +set(baseaddress_umandlg 0x712c0000) #added manually, last entry - 0x30000