CSS-Electronics / mdf4-converters

Convert your MDF4 log files into popular output formats
MIT License
54 stars 20 forks source link

MDF_BusLogging_Library and MDFSimpleConverters_Shared libraries. #5

Closed Surajj4837-th closed 3 years ago

Surajj4837-th commented 3 years ago

I m using Ubuntu 20.04 and I was trying to build the CSV project alone. Following error I m getting when I do make.

suraj@suraj:~/bin/MDF4_converters/mdf4-converters-master/Tools/CSV/build$ make
Scanning dependencies of target mdf2csv
[ 20%] Building CXX object CMakeFiles/mdf2csv.dir/Source/CSV_CAN_Exporter.cpp.o
[ 40%] Building CXX object CMakeFiles/mdf2csv.dir/Source/CSV_Exporter.cpp.o
[ 60%] Building CXX object CMakeFiles/mdf2csv.dir/Source/CSV_LIN_Exporter.cpp.o
[ 80%] Building CXX object CMakeFiles/mdf2csv.dir/Source/main.cpp.o
[100%] Linking CXX executable mdf2csv
/usr/bin/ld: cannot find -lMDF_BusLogging_Library
/usr/bin/ld: cannot find -lMDFSimpleConverters_Shared
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/mdf2csv.dir/build.make:130: mdf2csv] Error 1
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/mdf2csv.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

Where will I get MDF_BusLogging_Library and MDFSimpleConverters_Shared libraries?

MatinF commented 3 years ago

Hi there,

The README should detail the process for building the tools, but it is an advanced task. Can you clarify the use case for building the tools rather than using the pre built version?

Surajj4837-th commented 3 years ago

I wanted to save the MDF4 file data in ROS bag format. For that I was exploring your CSV conversion project.