Open alexisguiter opened 3 years ago
I have the same issue. Did anyone find a solution?
I am having the same issue. Any help?
You need to compile it all together. I wasn't compiling the library, just the single file. i.e. If you had them all in the same folder (unlike how it is in the repo) your command would be: gcc i2c.c my_code.c -o output. @alexisguiter @GNiramay
Hi,
I am trying to compile C++ code based on the example code "i2c_without_internal_address.c"
However I keep getting erros when compiling such as:
Is ther a proper way to compile perhaps? I'm using g++ my_code.cpp -o output