sdk-ng icon indicating copy to clipboard operation
sdk-ng copied to clipboard

Zephyr SDK (Toolchains, Development Tools)

Results 73 sdk-ng issues
Sort by recently updated
recently updated
newest added

As per the [Multi-platform package-based Zephyr SDK Proposal](https://github.com/zephyrproject-rtos/zephyr/issues/37255#issue-954178615): Proposed change (technical) no. 5-ii and [2021-08-10 Toolchain WG meeting notes](https://github.com/zephyrproject-rtos/zephyr/issues/37255#issuecomment-895387087) no. 3, all Zephyr SDK components will be compiled into single...

new-sdk

These are generally applicable fixes which address bugs in the current SDK: 1. Make sure we don't expose compiler TLS support for targets where Zephyr doesn't (yet) have TLS support...

`_GLIBCXX_USE_C99_MATH_TR1` is undefined for some architectures (e.g. in `aarch64-zephyr-elf` toolchain), leading to build issues with `cmath` such as: ``` /Users/cfriedt/workspace/gsoc-2022-thrift/.upstream/lib/cpp/src/thrift/transport/TBufferTransports.cpp: In member function 'void apache::thrift::transport::TMemoryBuffer::ensureCanWrite(uint32_t)': /Users/cfriedt/workspace/gsoc-2022-thrift/.upstream/lib/cpp/src/thrift/transport/TBufferTransports.cpp:374:45: error: 'exp2' is not...

bug
priority: high
area: GCC
area: libstdc++

Both intel_bdw and intel_byt are not being used in upstream Zephyr project. So there is no need to build them. Signed-off-by: Daniel Leung

Attempt no.2. Previous attempt here: #573 This new draft points to asayin-xlnx/gcc which has 1 extra commit which attempts to remove the buggy `moddi3` implementation. https://github.com/zephyrproject-rtos/gcc/commit/c6eab4bac4d4aee7cd67f061a2f2c4d3bad8841d

**Describe the bug** On running west flash -r blackmagicprobe, arm-zephyr-eabi-gdb crashes with: > internal-error: inferior_thread: Assertion `current_thread_ != nullptr' failed. **Please also mention any information which could help others to...

bug
area: GDB

From https://github.com/zephyrproject-rtos/sdk-ng/pull/287#issuecomment-1265353916: GitHub does not allow uploading release assets larger than 2GB and we will not be able to upload the "all-in-one" distribution bundles to the GitHub releases with the...

enhancement
area: CI
area: Distribution Bundle

I get a crash while building Zaphyr/TF-M. The GCC version: ``` ext-mwo@extmwo-ThinkPad-T14-Gen-2i:~/devel/remote-git/griffin-dev-tu700-new/griffin-dev-tu700$ /home/ext-mwo/zephyr-sdk-0.15.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -v Using built-in specs. COLLECT_GCC=/home/ext-mwo/zephyr-sdk-0.15.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc COLLECT_LTO_WRAPPER=/home/ext-mwo/zephyr-sdk-0.15.0/arm-zephyr-eabi/bin/../libexec/gcc/arm-zephyr-eabi/12.1.0/lto-wrapper Target: arm-zephyr-eabi Configured with: /__w/_temp/workspace/build/.build/arm-zephyr-eabi/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=arm-zephyr-eabi --prefix=/__w/_temp/workspace/output/arm-zephyr-eabi --exec_prefix=/__w/_temp/workspace/output/arm-zephyr-eabi --with-local-prefix=/__w/_temp/workspace/output/arm-zephyr-eabi/arm-zephyr-eabi...

bug
area: GCC

Hello there, **Describe the bug** When setting a breakpoint inside an IRQ handler in my application, I'm experiencing the following crash each time I try to continue, step over, step...

bug
area: GDB

Hi folks, This problem(the script, 'scripts/coredump/coredump_gdbserver.py', seems to have difficulty in decoding a coredump.bin, especially for riscv64 architecture.) happened when I tried to run a gdb client and it doesn't...