xtensa-toolchain-build icon indicating copy to clipboard operation
xtensa-toolchain-build copied to clipboard

passing arguments to build-gcc

Open i-n-g-o opened this issue 10 years ago • 3 comments
trafficstars

hi.

with this change it was able to pass additional arguments to gccs configure script. on osx i needed to specify the path for gmp, mpfr and mpc...

i could compile everything in on go with: ./build-elf.sh lx106 --with-mpc=/opt/local --with-mpfr=/opt/local --with-gmp=/opt/local

i-n-g-o avatar Jan 26 '15 23:01 i-n-g-o

ping

i-n-g-o avatar Feb 20 '15 10:02 i-n-g-o

@i-n-g-o please consider using https://github.com/jcmvbkbc/crosstool-NG or, better, https://github.com/pfalcon/esp-open-sdk instead of these scripts.

jcmvbkbc avatar Mar 02 '15 06:03 jcmvbkbc

@jcmvbkbc thanks for the info

i-n-g-o avatar Mar 08 '15 18:03 i-n-g-o