Search Criteria
Package Details: gcc-xtensa-esp32-elf-git 1.22.0.r75.gbaf03c2c-1
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-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-widevine, glibc-linux4)
- ncurses (ncurses-nohex, ncurses-versioned, ncurses-git)
- python (python38, python37, python3.7, nogil-python, python311, python39, python36)
- python2-pyserial
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
- gcc (fastgcc, gccrs-git, gcc-multilib-git, gcc-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (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?