Closed Jmalinza closed 4 years ago
Solved by changing line 39 of make.inc
#o_ext = .o
anyone care to explain why this made such a huge difference?
What build system did you use: the makefile or CMake?
I used a makefile.
funnily enough, I tried to compile on a different machine and had the same problem of an "empty" library file
I'm successfully building the shared libraries without errors. However, when im building tests or even the hello_world program, I am getting undefined reference errors.
When inspecting the library file usingn nm, i get the following:
The library is clearly not including any of the definitions included in the magmadnn namespace. Where and I going wrong?
Environment: