c/c++ · linux · minicloud · ppc64le

power: building your own version of Advance Toolchain

The IBM Advance Toolchain for Linux on Power is stand-alone set of open source development tools and run-time libraries allows users to take leading edge advantage of IBM’s latest POWER hardware features on Linux. It provides functionalities ahead of what is supported by current Linux distribution and does not rely on the system toolchain, requiring minimum dependencies. A new release… Continue reading power: building your own version of Advance Toolchain

c/c++ · eclipse · linux

eclipse: importing a cmake project

CMake is an open-source, cross-platform family of tools designed to build, test and package software. It is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. In this post we are going… Continue reading eclipse: importing a cmake project