change to use toolchain nds32le-elf-mculib-v5f

Signed-off-by: wenxing.tu <wenxing.tu@bekencorp.com>
Change-Id: Ia53f3685c65ea5d80279abefef18289b3a2c3252
This commit is contained in:
wenxing.tu
2023-01-16 22:22:13 +08:00
parent 2a6f08a86d
commit fcd3bf12dc
+4 -2
View File
@@ -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.