Search Criteria
Package Details: gcc-xtensa-esp32-elf-git 1.22.0.r75.gbaf03c2c-1
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flagged out-of-date (2019-06-15)
- 1 pending request
- Submit Request
Git Clone URL: | https://aur.archlinux.org/gcc-xtensa-esp32-elf-git.git (read-only, click to copy) |
---|---|
Package Base: | gcc-xtensa-esp32-elf-git |
Description: | ESP32 GCC Cross-compiler Toolchain |
Upstream URL: | https://esp-idf.readthedocs.io/en/latest/get-started/linux-setup.html |
Licenses: | Apache |
Conflicts: | gcc-xtensa-esp32-elf-bin |
Provides: | gcc-xtensa-esp32-elf |
Submitter: | akarpenko |
Maintainer: | akarpenko |
Last Packager: | akarpenko |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-30 04:48 (UTC) |
Last Updated: | 2017-12-30 04:48 (UTC) |
Dependencies (10)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- ncurses (ncurses-git)
- python (python36, python32, python37, python39, python38, python310, python312)
- python2-pyserial
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
- gcc (gccrs-git, gcc-git, gcc11) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gperf (gperf-git) (make)
- make (make-git) (make)
Latest Comments
thierer commented on 2019-06-20 07:15 (UTC)
FYI, I created a fixed version of this package which you can find at https://github.com/thierer/gcc-xtensa-esp32-elf-stable.
It still builds the gcc 5.2.0 version of the toolchain, as that's what is used by the current stable branch (v3.2) of esp-idf.
doragasu commented on 2019-04-07 21:29 (UTC)
I used this hack to avoid the bash problem: https://bbs.archlinux.org/viewtopic.php?id=244333
But the second pass of the gcc build fails anyway.
doragasu commented on 2019-04-07 16:23 (UTC)
Fails for me during configure with:
Even though I have latest bash version installed.
hax404 commented on 2018-08-23 16:22 (UTC)
I can confirm that help2man is needed. Please add this package to makedepends.
mox commented on 2018-03-19 14:56 (UTC)
For me, the build broke because it could not find "help2man". Could you please add that to the depends or (more likely) makedepends?