From fcd3bf12dc93744716f30e111462cf69690dce91 Mon Sep 17 00:00:00 2001 From: "wenxing.tu" Date: Mon, 16 Jan 2023 22:22:13 +0800 Subject: [PATCH] change to use toolchain nds32le-elf-mculib-v5f Signed-off-by: wenxing.tu Change-Id: Ia53f3685c65ea5d80279abefef18289b3a2c3252 --- bk7235x/liteos_m/config.gni | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bk7235x/liteos_m/config.gni b/bk7235x/liteos_m/config.gni index 5b84594..79ba4a4 100755 --- a/bk7235x/liteos_m/config.gni +++ b/bk7235x/liteos_m/config.gni @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. # Kernel type, e.g. "linux", "liteos_a", "liteos_m". kernel_type = "liteos_m" @@ -21,7 +21,9 @@ kernel_version = "3.0" board_cpu = "" # Board arch, e.g. "armv7-a", "rv32imac". -board_arch = "rv32imac" +board_arch = "rv32imfcxandes" + +#"rv32imac" # Toolchain name used for system compiling. # E.g. gcc-arm-none-eabi, arm-linux-harmonyeabi-gcc, ohos-clang, riscv32-unknown-elf.