5G-MAG / rt-mbms-modem

MBMS - Modem
https://www.5g-mag.com/5gbroadcast
GNU Affero General Public License v3.0
13 stars 12 forks source link

Linker error when building rt-mbms-modem #30

Closed jonniebeeb closed 8 months ago

jonniebeeb commented 2 years ago

Describe the bug I get the following linker error when building rt-mbms-modem

/usr/bin/ld: CMakeFiles/modem.dir/src/main.cpp.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'

I fixed this by adding -lboost_system to the LINK_LIBRARIES under the build modem rule in build.ninja

I am using Ubuntu 18.04.6 LTS

dsilhavy commented 2 years ago

@jonniebeeb Were you able to solve this problem?

jonniebeeb commented 2 years ago

I modified the build.ninja file, I think it may be an Ubuntu 18.04 issue

dsilhavy commented 1 year ago

@jonniebeeb Can we close this issue?

dsilhavy commented 8 months ago

Closing due to inactivity