Search found 4 matches
- Thu May 17, 2018 9:12 am
- Forum: ESP-IDF
- Topic: make fails on Mac OS X 10.13 High Sierra with "Undefined symbols for architecture x86_64"
- Replies: 7
- Views: 11620
Re: make fails on Mac OS X 10.13 High Sierra with "Undefined symbols for architecture x86_64"
...many thanks, that did the job; make do run now at my Mac!
- Tue May 15, 2018 6:47 am
- Forum: ESP-IDF
- Topic: make fails on Mac OS X 10.13 High Sierra with "Undefined symbols for architecture x86_64"
- Replies: 7
- Views: 11620
Re: make fails on Mac OS X 10.13 High Sierra with "Undefined symbols for architecture x86_64"
Hi! Many thanks for this hint; seems to point into the right direction (boost/regex). I followed the advice given in the posts and uninstalled boost with brew uninstall boost and deleted regex.* in /usr/local/include – unfortunately it's still not working... Any other ideas besides a clean install o...
- Mon May 14, 2018 7:58 am
- Forum: ESP-IDF
- Topic: make fails on Mac OS X 10.13 High Sierra with "Undefined symbols for architecture x86_64"
- Replies: 7
- Views: 11620
Re: make fails on Mac OS X 10.13 High Sierra with "Undefined symbols for architecture x86_64"
Hi! Many thanks for your reply! I actually saw the mentioned thread and tried it although it did not relate directly to my problem ("Undefined symbols for architecture x86_64"). Unfortunately this did not solve my issue und at least the mentioned Homebrew tap "dupes" is deprecated as of now: Error: ...
- Sat May 12, 2018 8:44 am
- Forum: ESP-IDF
- Topic: make fails on Mac OS X 10.13 High Sierra with "Undefined symbols for architecture x86_64"
- Replies: 7
- Views: 11620
make fails on Mac OS X 10.13 High Sierra with "Undefined symbols for architecture x86_64"
Hi! I'm on Mac OS X 10.13 High Sierra trying to build hello_world but it always fails with the following error message: MacBook-Pro-II:hello_world ms1$ make menuconfig lxdialog/check-lxdialog.sh -check cc -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -Wno-format-security -DLOCALE -MD -lncurses cc -DCUR...