Search Criteria
Package Details: zephyr-sdk 0.14.1-1
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) |
Last Packager: | ogden |
Votes: | 8 |
Popularity: | 0.24 |
First Submitted: | 2018-07-11 22:57 (UTC) |
Last Updated: | 2022-04-13 17:11 (UTC) |
Dependencies (37)
- ccache (ccache-git)
- cmake (cmake-git)
- dfu-util (dfu-util-git)
- doxygen (doxygen-git, doxygen-clang)
- dtc (dtc-git)
- gcovr
- git-spindle (git-spindle-git)
- gitlint
- gperf (gperf-git)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin)
- python-anytree
- python-breathe
- python-cbor
- python-colorama (python-colorama-git)
- python-coverage
- python-docutils
- python-intelhex
- python-packaging
- python-pillow (python-pillow-git, python-pillow-simd)
- python-pip
- Show 17 more dependencies...
Latest Comments
dp7hgh7 commented on 2022-01-22 08:14 (UTC)
The following patch should do the trick. I could also co-maintain if necessary.
tsangares commented on 2022-01-12 03:53 (UTC)
Nevermind, I restarted and now every works great! Thank you
tsangares commented on 2022-01-11 05:56 (UTC)
@ogden @duyanh-y4n I am also getting
I installed
jlink
andnrf5x-command-line-tools
along withzephyr-sdk
zephyr
python-west
.ogden commented on 2021-11-12 09:47 (UTC) (edited on 2021-11-12 09:52 (UTC) by ogden)
@duyanh-y4n
jlink
is a runner same asnrfjprog
: these are very much dependent on the board you are flashing and might not be applicable to everyone. For jlink please installjlink
from aur and if you neednrfjprog
seenrf5x-command-line-tools
from aur. Hope this helps.alexei commented on 2021-11-12 05:30 (UTC)
@ogden: added you as co-maint. Thanks a lot.
ogden commented on 2021-11-12 00:36 (UTC) (edited on 2021-11-12 00:38 (UTC) by ogden)
I'm more than happy to help maintain this package. I use zephyr quite frequently and have a need for this. Let me know and thanks for all your contributions thus far.
duyanh-y4n commented on 2021-10-25 14:24 (UTC) (edited on 2021-10-27 07:36 (UTC) by duyanh-y4n)
Please also update and sync this package with the newest python-west package. At this point, west v0.11 is unusable with zephyr SDK 0.11 as there are some missing python dependencies. Maybe set back python-west = 0.10.1 if you can't update this package anytime soon. Thank you :)
dp7hgh7 commented on 2021-09-26 19:44 (UTC) (edited on 2021-10-04 21:48 (UTC) by dp7hgh7)
tsangares commented on 2021-09-23 00:40 (UTC)
needs to be version
0.13
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
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/
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.