Giter Club home page Giter Club logo

latte-distro's People

Contributors

mkoeppe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tunchanoky

latte-distro's Issues

Unable to compile on Mac Apple M1

When trying to follow the instructions on my machine (Apple Mac with M1 chip), "make" ends up outputing the following:
configure: error: Oops, mp_limb_t is 64 bits, but the assembler code in this configuration expects 32 bits. make: *** [gmp-6.1.2/config.status] Error 1

Question: how to invoke `count` from C/C++ programs

Hi,

I have installed latte and can use count executable from command line. I'm wondering if I can invoke count from C/C++ programs (e.g., library function call).

Does latte have such APIs/library support?

Thanks,
Qiao

exact instructions to install?

Hi,

I have downloaded this repo and am trying to install it:

git clone https://github.com/latte-int/latte-distro.git
cd latte-distro
./configure

And the ./configure command failed because there is no configure file.

What are the exact instructions to install this tool? Should I extract any/all of the tar.gz archives?

Compilation issues on Ubuntu 22.04.2 LTS (and solutions)

I had some issues with compiling this from source on Ubuntu 22.04.2 LTS.

After running ./autogen.sh and ./configure, in latte-int-1.7.5/code/latte/Makefile I had to add the -std=c++11 flag to the CXXFLAGS variable. It now reads on line 983:

CXXFLAGS = -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -std=c++11

Otherwise Make would halt with an error saying ISO C++17 does not allow dynamic exception specifications

After that, the built succeeded but I got some issues when running count. It threw errors saying: error while loading shared libraries xxx.so

Running ldconfig as root to update the cache solved that partly, but the cddlib just couldn't be found. After installing that from https://github.com/cddlib/cddlib everything worked for me.

So I can now say that LattE has been successfully built on Ubuntu Linux 22.04.2 LTS (x86_64) with GCC 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04.1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.