2017年1月11日 星期三

[Embedded System] How to strip prefix at make

Dont add prefix under configure
For example :
_ ./configure \
–cross-compile \
–hostcc=gcc \

When install binary file, please type as following command.
make install DESTDIR=/test

Reference:

0 意見:

張貼留言