Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The solutions to some compilation problems with cmake #6

Open
freemanxzx opened this issue Jun 4, 2021 · 0 comments
Open

The solutions to some compilation problems with cmake #6

freemanxzx opened this issue Jun 4, 2021 · 0 comments

Comments

@freemanxzx
Copy link

Problem 1: cmake compilation method for ibex is immature, how to install ibex lib with cmake
Solution 1:
echo "deb [trusted=yes] http://www.ensta-bretagne.fr/packages/lsb_release --id -s | tr [:upper:] [:lower:]/lsb_release -cs./" | sudo tee -a /etc/apt/sources.list.d/ensta-bretagne.list sudo apt-get update sudo apt-get -y install libibex-dev

Problem 2: after installation with solution 1, the version is 2.8.8 in cmake related files which does match the version of code
Solution 2: modify the version requirement in IBEX -AFFINE cmakelists.txt
change set (IBEX_MIN_VERSION_REQ 2.8.9.1) to set (IBEX_MIN_VERSION_REQ 2.8.8)

Problem 3: after solution 1 and 2, the command cmake . still failed
Solution 3: for the reason of cmake functions such that ibex_list_filter_header and ibex_add_make_target_for_ctest doesnt exist, replacing ibex_list_filter_header with list_filter_header and commenting ibex_add_make_target_for_ctest

@freemanxzx freemanxzx changed the title The solutions to some compilation with cmake The solutions to some compilation problems with cmake Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant