From 885ab1739e738fb10802d36b193a85edfa9ce860 Mon Sep 17 00:00:00 2001 From: Tee Date: Fri, 31 May 2024 00:06:51 -0700 Subject: [PATCH] some notes and flags --- configs/arm-zephyr-eabi.config | 5 ++++- ubuntu.md | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 ubuntu.md diff --git a/configs/arm-zephyr-eabi.config b/configs/arm-zephyr-eabi.config index 9972c887..d0925678 100644 --- a/configs/arm-zephyr-eabi.config +++ b/configs/arm-zephyr-eabi.config @@ -7,4 +7,7 @@ CT_TARGET_CFLAGS="-ftls-model=local-exec" CT_MULTILIB=y CT_CC_GCC_MULTILIB_LIST="rmprofile" CT_LIBC_NEWLIB_NANO_TARGET_CFLAGS="-mthumb-interwork" -CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array --enable-libatomic" +CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array" + +CT_DEBUG_CT=y +CT_DEBUG_CT_SAVE_STEPS=y \ No newline at end of file diff --git a/ubuntu.md b/ubuntu.md new file mode 100644 index 00000000..a34bd700 --- /dev/null +++ b/ubuntu.md @@ -0,0 +1,8 @@ +sudo apt install autoconf libgmp3-dev libncurses-dev flex texinfo unzip help2man libtool libtool-bin bison + +./contrib/linux_build_toolchain.sh -c arm-zephyr-eabi -s /home/txie/sdk-ng-atomic -o /home/txie/sdk-build + +fetch tags: + +git fetch --tags https://github.com/zephyrproject-rtos/sdk-ng +