open-power / HTX

Apache License 2.0
14 stars 19 forks source link

HTX compilation error due to package dependencies #102

Closed gkeishin closed 7 years ago

gkeishin commented 7 years ago

OS : Ubuntu 17.04

after following the compilation steps, I hit this.. Is there other packages we need to installed before compiling.

make[2]: Entering directory '/root/HTX/bin/hxecapi'
cc -D__HTX_LINUX__ -DTRUE=1 -DFALSE=0 -D__64BIT__ -D__HTX_LE__ -D__RELGR2600__ -I./ -I/usr/include/ -I/root/HTX//export/ppc64le//include/ -c memcopy.c -o memcopy.o
In file included from memcopy.c:20:0:
./memcopy.h:30:20: fatal error: libcxl.h: No such file or directory
 #include <libcxl.h>
                    ^
compilation terminated.
Makefile:24: recipe for target 'memcopy.o' failed
make[2]: *** [memcopy.o] Error 1
make[2]: Leaving directory '/root/HTX/bin/hxecapi'
Makefile:19: recipe for target 'hxecapi' failed
make[1]: *** [hxecapi] Error 2
make[1]: Leaving directory '/root/HTX/bin'
Makefile:25: recipe for target 'bin' failed
make: *** [bin] Error 2
root@05425:~/HTX#
mehuljpatel commented 7 years ago

Please read top level README file for compile time dependencies help.