Search Criteria
Package Details: zephyr-sdk 0.17.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zephyr-sdk.git (read-only, click to copy) |
---|---|
Package Base: | zephyr-sdk |
Description: | SDK for Zephyr real-time operating system |
Upstream URL: | https://www.zephyrproject.org/ |
Licenses: | Apache |
Submitter: | alexei |
Maintainer: | alexei (ogden, RX14) |
Last Packager: | RX14 |
Votes: | 10 |
Popularity: | 0.022984 |
First Submitted: | 2018-07-11 22:57 (UTC) |
Last Updated: | 2024-11-04 15:00 (UTC) |
Dependencies (16)
- ccache (ccache-gitAUR)
- cmake (cmake-gitAUR)
- dfu-util (dfu-util-gitAUR)
- dtc (dtc-gitAUR)
- gperf (gperf-gitAUR)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR)
- python-pip
- python-pyelftools (python-pyelftools-gitAUR)
- python-setuptools
- python-wheel
- tk (tk-fossilAUR)
- xz (xz-gitAUR)
- patchelf (patchelf-gitAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
- pyocd (pyocd-gitAUR, python-pyocdAUR) (optional) – programming and debugging ARM MCUs
- python-westAUR (optional) – Zephyr RTOS Project meta-tool
Latest Comments
« First ‹ Previous 1 2 3
pjvds commented on 2021-09-10 07:32 (UTC)
Here is at patch for 0.13.0:
Kamilcuk commented on 2021-01-24 18:32 (UTC)
Thanks! :)
alexei commented on 2021-01-24 18:11 (UTC)
@Kamilcuk, @anon: removed python-mock, thanks.
Kamilcuk commented on 2020-09-06 09:36 (UTC)
Please remove python-mock dependency
<deleted-account> commented on 2020-07-19 22:00 (UTC)
python-mock >=4.0.1 is not available on the AUR because it has been merged into the Python standard lib since Python 3.3. Please remove this uneccessary dependency. "mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards." source: https://pypi.org/project/mock/
<deleted-account> commented on 2020-07-17 23:22 (UTC)
11.4 is now out and python-milksnake is an unsupported dependency for a long time now. It has been at least 3 months since this package was last updated. I had issues getting this SDK to build last year and I was hoping time would help but maybe not. @alexei, are you going to fix these issues?
alexei commented on 2019-06-29 22:40 (UTC)
@jowlo: I saw the relocation problem at time of last update, and I thought I fixed it in the PKGBUILD, but my fix had a bug. I fixed that bug; should work now.
jowlo commented on 2019-06-20 16:44 (UTC)
I encountered an hard to track error when building a Zephyr application using this package built via pakku, as the dtc interpreter is still set to the temporary build dir. CMake however complains about the dtc version.
$file /opt/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/dtc /opt/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/dtc: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /tmp/pakku-jowlo/zephyr-sdk/pkg/zephyr-sdk/opt/zephyr-sdk/sysroots/x86_64-pokysdk-linux/lib/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=9a0e353686d13fed7e6496f553c3838571239bd2, stripped
It can however be fixed using patchelf (available in AUR): $patchelf --set-interpreter /usr/lib64/ld-linux-x86-64.so.2 /opt/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/dtc
alexei commented on 2019-03-27 05:48 (UTC) (edited on 2019-08-31 16:01 (UTC) by alexei)
Note that Zephyr Kernel releases v1.13.0 (Sept 9, 2018) and v1.14 (April 16, 2019) are not buildable with SDK 0.10.1 to 0.10.3 (due to change to shipping CrossTool toolchains instead of Yocto toolchains). To use this SDK version, get the latest Zephyr Kernel from the git master.
« First ‹ Previous 1 2 3