2012年6月14日 星期四

Building cloog-ppl

CLooG is a free software and library to generate code for scanning Z-polyhedra.

相同的 , 這個 Library , 並不用安裝到 Target Board 上 , 只是 Build ToolChain 過程需要使用到 .
就如同一般library 一樣的安裝 :

A. 先執行 configure .
LDFLAGS= ../$(SRC_VERSION)/configure \
--prefix=$(PREFIX)/$(TOOLCHAIN_DIR) \
--with-gmp=$(PREFIX)/$(TOOLCHAIN_DIR) \
--with-bits=gmp \
--with-ppl=$(PREFIX)/$(TOOLCHAIN_DIR)


注意 , --with-bits=gmp 要設定 , 不然編譯過程會有錯誤 !!



B. make & make install

沒有留言:

張貼留言