Skip to content

Commit

Permalink
some notes and flags
Browse files Browse the repository at this point in the history
  • Loading branch information
afflatusx-jenkins committed May 31, 2024
1 parent 48d7391 commit 885ab17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configs/arm-zephyr-eabi.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions ubuntu.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 885ab17

Please sign in to comment.