<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thanks, Craig, now it compiles successfully with this particular branch.<br><br><div class="gmail_quote">On July 22, 2021 5:59:02 AM GMT+03:00, Craig Comstock <craig@unreasonablefarm.org> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I tried the instructions here: <a href="https://osmocom.org/projects/baseband/wiki/CalypsoBTS" class="">https://osmocom.org/projects/baseband/wiki/CalypsoBTS</a><div class=""><br class=""></div><div class="">on a pretty clean and up to date Debian 10 vm and had no problems.</div><div class=""><br class=""></div><div class="">I used the arm-none-eabi-* packages that come with Debian.</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">arm-none-eabi-gcc --version</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">arm-none-eabi-gcc (15:7-2018-q2-6) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907]</span></div></div><div class=""><br class=""></div><div class="">Maybe you need to do some steps like</div><div class=""><br class=""></div><div class=""><pre class="">$ sudo make uninstall
$ make distclean
$ git pull --rebase</pre><div class="">In libosmocore and libosmo-dsp?</div><div class=""><br class=""></div><div class="">I used the fixeria/trx branch as mentioned in the wiki page above.</div><div class=""><br class=""></div><div class="">-Craig</div><div><br class=""><blockquote type="cite" class=""><div class="">On Jul 21, 2021, at 5:42 PM, . <<a href="mailto:meursault@airmail.cc" class="">meursault@airmail.cc</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello,<br class=""><br class="">I'm trying to build the transceiver branch for Calypso phones. I<br class="">installed all OsmocomBB dependencies (including libosmocore) and i<br class="">sucessfully built and installed libosmo-dsp from the Git repo. My ARM<br class="">toolchain is from here:<br class=""><a href="https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads" class="">https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads</a> .<br class=""><br class="">When building, however, the compiler fails with:<br class=""><br class="">arm-none-eabi-ld:<br class="">comm/libcomm.a(msgb.o):~/trx/src/target/firmware/comm/msgb.c:35:<br class="">multiple definition of<br class="">`tall_msgb_ctx'; ../../shared/libosmocore/build-target/src/.libs/libosmocore.a(msgb.o):(.bss+0x0):<br class="">first defined here Makefile.inc:135: recipe for target<br class="">'board/compal_e88/hello_world.highram.elf' failed<br class=""><br class="">I tried both sylvain/testing and jolly/testing branches.<br class=""><br class="">What seems to be the problem?<br class=""><br class="">Thanks!<br class=""></div></div></blockquote></div><br class=""></div></blockquote></div></body></html>