bespoke-silicon-group / bsg_manycore

Tile based architecture designed for computing efficiency, scalability and generality
Other
221 stars 58 forks source link

Unable to build under Ubuntu 22.04 #648

Open rongcuid opened 2 years ago

rongcuid commented 2 years ago

I tried to follow instructions for building, but I get error saying std::numeric_limits::max is undefined. It looks like a C++ standard issue.

Is there something I need to install before make tools? I needed to install libmpfr-dev, libmpc-dev, libgmp-dev, and device-tree-compiler. What else do I need?