mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
ConsoleRestoreのビルド環境をtrunkに移行
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@773 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
0f01088948
commit
13ba77c9e5
@ -3,11 +3,12 @@
|
|||||||
|
|
||||||
SDK
|
SDK
|
||||||
----
|
----
|
||||||
CTR_SDK-3_3 branch r45925 + r51434 + r54939
|
Backup CTR_SDK-3_3 branch r45925 + r51434 + r54939
|
||||||
|
Restore Horizon trunk r55909
|
||||||
|
|
||||||
コンパイラ
|
コンパイラ
|
||||||
-------
|
-------
|
||||||
ARM C/C++ Compiler, 4.1 [Build 1247] for Nintendo
|
ARM C/C++ Compiler, 4.1 [Build 1307] for Nintendo
|
||||||
|
|
||||||
ミドルウェア
|
ミドルウェア
|
||||||
--------
|
--------
|
||||||
@ -33,21 +34,6 @@ QR
|
|||||||
`$HORIZON_ROOT/sources/libraries/nwm/CTR`
|
`$HORIZON_ROOT/sources/libraries/nwm/CTR`
|
||||||
にコピーしてからnwmをリビルドする必要がある。
|
にコピーしてからnwmをリビルドする必要がある。
|
||||||
|
|
||||||
### NNA移行完了
|
|
||||||
NNA移行完了のため、
|
|
||||||
trunk r54688からactライブラリをコピーする必要がある。
|
|
||||||
3_3 branch のcfgには無いシンボルを参照してしまうので、trunkでactライブラリをビルドする時に
|
|
||||||
`sources/common/act_ApiAdmin.cpp.patch`を当ててからビルドすること。
|
|
||||||
|
|
||||||
#### trunkからコピーするファイル
|
|
||||||
* $HORIZON_ROOT/include/nn/act
|
|
||||||
* $HORIZON_ROOT/include/nn/mii
|
|
||||||
* $HORIZON_ROOT/include/nn/Result.h
|
|
||||||
* $HORIZON_ROOT/libraries/CTR-TS.Process.MPCore/release/libnn_act.fast.a
|
|
||||||
* $HORIZON_ROOT/libraries/CTR-TS.Process.MPCore/release/libnn_act.small.a
|
|
||||||
* $HORIZON_ROOT/libraries/CTR-TS.Process.MPCore/verbose/libnn_act.fast.a
|
|
||||||
* $HORIZON_ROOT/libraries/CTR-TS.Process.MPCore/verbose/libnn_act.small.a
|
|
||||||
|
|
||||||
リリース時の注意
|
リリース時の注意
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|||||||
@ -77,6 +77,7 @@ LIBS += libnn_cfg \
|
|||||||
libnn_nim \
|
libnn_nim \
|
||||||
libnn_xml_simple \
|
libnn_xml_simple \
|
||||||
libnn_act \
|
libnn_act \
|
||||||
|
libnn_actslv \
|
||||||
|
|
||||||
QRE_LIBRARIES[] = libmw_qre
|
QRE_LIBRARIES[] = libmw_qre
|
||||||
LIBFILES += $`(addprefix $(CTRMW_QRE_ROOT)$(DIRSEP)$(SUBDIR_LIBRARIES)$(DIRSEP)$(config.getTargetSubDirectory true)$(DIRSEP), $(QRE_LIBRARIES)) \
|
LIBFILES += $`(addprefix $(CTRMW_QRE_ROOT)$(DIRSEP)$(SUBDIR_LIBRARIES)$(DIRSEP)$(config.getTargetSubDirectory true)$(DIRSEP), $(QRE_LIBRARIES)) \
|
||||||
@ -84,7 +85,7 @@ LIBFILES += $`(addprefix $(CTRMW_QRE_ROOT)$(DIRSEP)$(SUBDIR_LIBRARIES
|
|||||||
INSTALL_SDK_TOOL = true
|
INSTALL_SDK_TOOL = true
|
||||||
|
|
||||||
ROM_SPEC_FILE = $(TARGET_NAME).rsf
|
ROM_SPEC_FILE = $(TARGET_NAME).rsf
|
||||||
DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/private/RepairTool.desc
|
DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/tools/RepairTool.desc
|
||||||
|
|
||||||
include $(ROOT_OMAKE)/modulerules
|
include $(ROOT_OMAKE)/modulerules
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user