Closed Lipai-1994 closed 5 years ago
Which version of Ubuntu are you running, what were the exact cmake and make commands you used ?
I am using Ubuntu 18.04.1 LTS The command I am using for cmake is: cmake -DCMAKE_BUILD_TYPE=Debug - DHW2LIB_DIR=../lib/debug/linux/ ..
and the make command is just "make", just as the instruction on our assignment post.
This stackoverflow post seems to refer to the problem.
This is likely due to the fact that the precompiled library is designed for the CDF machines (Ubuntu 16.04) not Ubuntu 18.04. For now, either use your A2 code for the required functions or use the CDF machines for A3.
If we are able to produce a new version of the precompiled library we will post here but it is unlikely by Friday.
I got the following error message when I ran make
I don't think the error is about the code. I doubt it's about my gcc. I'm using Ubuntu, and my gcc version is 5.5.0 20171010. Any idea on this problem? Any response will be appreciated.