1 Star 0 Fork 0

yanghaku/nxos-cpp-helloworld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanghaku 提交于 2023-08-24 12:15 . delete link options for x86
cmake_minimum_required(VERSION 3.10)
if (NOT DEFINED NXOS_SDK_PREFIX)
# default nxos-sdk path
set(NXOS_SDK_PREFIX /opt/nxos-sdk)
endif ()
if (NOT DEFINED ARCH)
# default arch
set(ARCH riscv64)
endif ()
set(CMAKE_TOOLCHAIN_FILE ${NXOS_SDK_PREFIX}/share/cmake/${ARCH}.cmake)
project(nxos-cpp-helloworld C CXX)
add_link_options(-Wl,--gc-sections -O3)
add_executable(nxos-cpp-helloworld main.cpp)
add_executable(ctor-dtor-test ctor-dtor-test.c)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yanghaku/nxos-cpp-helloworld.git
git@gitee.com:yanghaku/nxos-cpp-helloworld.git
yanghaku
nxos-cpp-helloworld
nxos-cpp-helloworld
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385