From f06672312f5c52f441a7b126cea61d6b3b8b4451 Mon Sep 17 00:00:00 2001 From: liu shiwei Date: Fri, 22 Dec 2023 23:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 以下板子可以成功编译: 3a780e 3a82w 3a84w 3a8780e 3a92w 3a9780e 3b780e 3afirewall 错误信息: mipsel-linux-gnu-ld: tgt_machdep.o: in function init_win_device' make[1]: *** [Makefile:158: pmon] Error 1 --- Targets/Bonito2g5536/conf/Bonito.2g5536 | 2 +- Targets/Bonito3a780e/conf/3ACEU-Q | 2 +- Targets/Bonito3a780e/conf/Bonito.3a780e | 2 +- Targets/Bonito3a780e/conf/ls3a | 2 +- Targets/Bonito3a780e/conf/ls3acome | 2 +- Targets/Bonito3a82w/conf/Bonito.3a82w | 2 +- Targets/Bonito3a84w/conf/Bonito.3a84w | 2 +- Targets/Bonito3a8780e/conf/Bonito.3a8780e | 2 +- Targets/Bonito3a92w/conf/Bonito.3a92w | 2 +- Targets/Bonito3a9780e/conf/Bonito.3a9780e | 2 +- Targets/Bonito3b780e/conf/Bonito.3b780e | 1 + Targets/Bonito3c780e/conf/Bonito.3c780e | 2 +- Targets/Bonito3cserver/conf/Bonito.3cserver | 2 +- 13 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Targets/Bonito2g5536/conf/Bonito.2g5536 b/Targets/Bonito2g5536/conf/Bonito.2g5536 index 411ec89e..3b143ab3 100644 --- a/Targets/Bonito2g5536/conf/Bonito.2g5536 +++ b/Targets/Bonito2g5536/conf/Bonito.2g5536 @@ -41,13 +41,13 @@ option SST008A # # Command selection. Selects pmon commands # -select cmd_newmt select cmd_setup select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd #select cmd_mycmd_debug select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3a780e/conf/3ACEU-Q b/Targets/Bonito3a780e/conf/3ACEU-Q index a37085ec..b98e6f24 100644 --- a/Targets/Bonito3a780e/conf/3ACEU-Q +++ b/Targets/Bonito3a780e/conf/3ACEU-Q @@ -89,13 +89,13 @@ select mod_elfload # ELF loading # # Command selection. Selects pmon commands # -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3a780e/conf/Bonito.3a780e b/Targets/Bonito3a780e/conf/Bonito.3a780e index 381090d4..d0be1fd9 100644 --- a/Targets/Bonito3a780e/conf/Bonito.3a780e +++ b/Targets/Bonito3a780e/conf/Bonito.3a780e @@ -88,13 +88,13 @@ select mod_elfload # ELF loading # # Command selection. Selects pmon commands # -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3a780e/conf/ls3a b/Targets/Bonito3a780e/conf/ls3a index 2a938ea0..d954cb64 100644 --- a/Targets/Bonito3a780e/conf/ls3a +++ b/Targets/Bonito3a780e/conf/ls3a @@ -88,13 +88,13 @@ select mod_elfload # ELF loading # # Command selection. Selects pmon commands # -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3a780e/conf/ls3acome b/Targets/Bonito3a780e/conf/ls3acome index ca27bb89..46eeef5a 100644 --- a/Targets/Bonito3a780e/conf/ls3acome +++ b/Targets/Bonito3a780e/conf/ls3acome @@ -88,13 +88,13 @@ select mod_elfload # ELF loading # # Command selection. Selects pmon commands # -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3a82w/conf/Bonito.3a82w b/Targets/Bonito3a82w/conf/Bonito.3a82w index fdcf8f31..6bc7933e 100644 --- a/Targets/Bonito3a82w/conf/Bonito.3a82w +++ b/Targets/Bonito3a82w/conf/Bonito.3a82w @@ -89,13 +89,13 @@ select mod_elfload # ELF loading # Command selection. Selects pmon commands # select cmd_test_spi -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3a84w/conf/Bonito.3a84w b/Targets/Bonito3a84w/conf/Bonito.3a84w index 98c257d9..ba90734e 100644 --- a/Targets/Bonito3a84w/conf/Bonito.3a84w +++ b/Targets/Bonito3a84w/conf/Bonito.3a84w @@ -91,13 +91,13 @@ select mod_elfload # ELF loading # Command selection. Selects pmon commands # select cmd_test_spi -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3a8780e/conf/Bonito.3a8780e b/Targets/Bonito3a8780e/conf/Bonito.3a8780e index 8d9a4d13..16c0c0f5 100644 --- a/Targets/Bonito3a8780e/conf/Bonito.3a8780e +++ b/Targets/Bonito3a8780e/conf/Bonito.3a8780e @@ -90,13 +90,13 @@ select mod_elfload # ELF loading # # Command selection. Selects pmon commands # -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3a92w/conf/Bonito.3a92w b/Targets/Bonito3a92w/conf/Bonito.3a92w index 3cfcfafd..68896b36 100644 --- a/Targets/Bonito3a92w/conf/Bonito.3a92w +++ b/Targets/Bonito3a92w/conf/Bonito.3a92w @@ -90,13 +90,13 @@ select mod_elfload # ELF loading # Command selection. Selects pmon commands # select cmd_test_spi -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3a9780e/conf/Bonito.3a9780e b/Targets/Bonito3a9780e/conf/Bonito.3a9780e index 3b211bd6..31dd83af 100644 --- a/Targets/Bonito3a9780e/conf/Bonito.3a9780e +++ b/Targets/Bonito3a9780e/conf/Bonito.3a9780e @@ -90,13 +90,13 @@ select mod_elfload # ELF loading # # Command selection. Selects pmon commands # -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3b780e/conf/Bonito.3b780e b/Targets/Bonito3b780e/conf/Bonito.3b780e index 8470db35..b274f965 100644 --- a/Targets/Bonito3b780e/conf/Bonito.3b780e +++ b/Targets/Bonito3b780e/conf/Bonito.3b780e @@ -87,6 +87,7 @@ select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd #select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command diff --git a/Targets/Bonito3c780e/conf/Bonito.3c780e b/Targets/Bonito3c780e/conf/Bonito.3c780e index 64014d3b..6d42db77 100644 --- a/Targets/Bonito3c780e/conf/Bonito.3c780e +++ b/Targets/Bonito3c780e/conf/Bonito.3c780e @@ -92,13 +92,13 @@ select mod_elfload # ELF loading # # Command selection. Selects pmon commands # -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command diff --git a/Targets/Bonito3cserver/conf/Bonito.3cserver b/Targets/Bonito3cserver/conf/Bonito.3cserver index e8f952cb..0e73e653 100644 --- a/Targets/Bonito3cserver/conf/Bonito.3cserver +++ b/Targets/Bonito3cserver/conf/Bonito.3cserver @@ -94,13 +94,13 @@ select mod_elfload # ELF loading # # Command selection. Selects pmon commands # -select cmd_newmt select cmd_setup select mod_display select cmd_about # Display info about PMON select cmd_boot # Boot wrapper select cmd_mycmd select cmd_newmt +select cmd_main #windows for pmon enable, depend on 3A_INTERFACE select cmd_cache # Cache enabling #select cmd_call # Call a function command select cmd_date # Time of day command