[PATCH] D107682: [AVR][clang] Improve search for avr-libc installation path

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 12 07:58:04 PDT 2021


benshi001 added a comment.

The file/directory structure in basic_avr_tree_2/opt/local is the same as mhjacobson's machine.

  Here's what my directory tree looks like. My gcc install consists of:
  
  /opt/local/bin/avr-gcc-10.3.0
  /opt/local/lib/gcc/avr/10.3.0/libgcc.a
  /opt/local/libexec/gcc/avr/10.3.0/cc1
  And avr-libc is at:
  
  /opt/local/avr/lib/libc.a
  /opt/local/avr/include/stdio.h


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107682/new/

https://reviews.llvm.org/D107682



More information about the cfe-commits mailing list