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: | |
Conflicts: | |
Provides: | |
Submitter: | akarpenko |
Maintainer: | akarpenko |
Last Packager: | akarpenko |
Votes: | 1 |
Popularity: | 0.000008 |
First Submitted: | 2017-12-30 04:48 |
Last Updated: | 2017-12-30 04:48 |
Dependencies (10)
- glibc (glibc-git)
- ncurses (ncurses-nohex, ncurses-git)
- python (python-dbg)
- python2-pyserial
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- gperf (gperf-git) (make)
- make (make3, make-git, make-without-guile) (make)
Latest Comments
thierer commented on 2019-06-20 07:15
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
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
Fails for me during configure with:
Even though I have latest bash version installed.
hax404 commented on 2018-08-23 16:22
I can confirm that help2man is needed. Please add this package to makedepends.
mox commented on 2018-03-19 14:56
For me, the build broke because it could not find "help2man". Could you please add that to the depends or (more likely) makedepends?