CEA-LIST / N2D2

N2D2 is an open source CAD framework for Deep Neural Network simulation and full DNN-based applications building.
Other
146 stars 35 forks source link

Make fails during linking #122

Closed akatosh444 closed 1 year ago

akatosh444 commented 1 year ago

Hello,

I can not manage to compile N2D2 on Debian Stretch 😥

The make process can go up to 100% (even if the screen below shows 69%) so the compilation phase seems okay but it crashes at the end during a linking with hundred of errors like this one : image

It ends with : image

The machine : image

What could be the problem ?

Thank you 😁

akatosh444 commented 1 year ago

Notice that this happens when -fpermissive flag is added to CMakeList.

You can see the other issue I opened for more information #123

akatosh444 commented 1 year ago

Closed due to related issue solved #123 .