Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用工具链并从 i86 工作站对 arm 进行交叉编译。我知道哪个路径正在用作默认路径库,我的工作站的 gnu 链接器看起来 ld.config 但我想要我的交叉编译器的 gnu 链接器的默认库目录。有时,传递正确的 LD_CFLAGS 会出现如下错误:
warning: libx***.so.0, needed by needed by liby***.so, not found
我想要我的交叉编译器的 gnu 链接器的默认库目录
cross-gcc --print-search-dirs | grep ^libraries
应该为你回答。