<div class="xam_msg_class">
<div style="font: normal 13px Arial; color:rgb(0, 0, 0);"><div>Hi, </div><div>I eventually managed to build,<br>In case anyone else is affected by the same issue, here is how I modified the Makefile. </div><div>All the best<br>Stefano<br> </div><div> </div><div> </div><div>-----cut here-----<br><br>CFLAGS=-g -O0 -Wall<br>CPIPPO=-I/usr/local/include/osmocom/core/ -I/usr/local/include/ -I.<br>#LDFLAGS=-L/usr/local/lib -losmocore<br><br>all: conv_enc_test crc_test tetra-rx float_to_bits tunctl<br><br>%.o: %.c<br> $(CC) $(CFLAGS) -c $^ -o $@ $(CPIPPO)<br><br>libosmo-tetra-phy.a: phy/tetra_burst_sync.o phy/tetra_burst.o<br> $(AR) r $@ $^<br><br>libosmo-tetra-mac.a: lower_mac/tetra_conv_enc.o lower_mac/tch_reordering.o tetra_tdma.o lower_mac/tetra_scramb.o lower_mac/tetra_rm3014.o lower_mac/tetra_interleave.o lower_mac/crc_simple.o tetra_common.o lower_mac/viterbi.o lower_mac/viterbi_cch.o lower_mac/viterbi_tch.o lower_mac/tetra_lower_mac.o tetra_upper_mac.o tetra_mac_pdu.o tetra_llc_pdu.o tetra_llc.o tetra_mle_pdu.o tetra_mm_pdu.o tetra_cmce_pdu.o tetra_sndcp_pdu.o tetra_gsmtap.o tuntap.o<br> $(AR) r $@ $^<br><br>float_to_bits: float_to_bits.o<br><br>crc_test: crc_test.o tetra_common.o libosmo-tetra-mac.a<br> $(CC) $(CFLAGS) -o $@ $^ -L/usr/local/lib -losmocore $(CPIPPO)<br><br>tetra-rx: tetra-rx.o libosmo-tetra-phy.a libosmo-tetra-mac.a<br> $(CC) $(CFLAGS) -o $@ $^ -L/usr/local/lib -losmocore $(CPIPPO)<br><br>conv_enc_test: conv_enc_test.o testpdu.o libosmo-tetra-phy.a libosmo-tetra-mac.a<br> $(CC) $(CFLAGS) -o $@ $^ -L/usr/local/lib -losmocore $(CPIPPO)<br><br>tunctl: tunctl.o<br><br>clean:<br> @rm -f tunctl float_to_bits crc_test tetra-rx conv_enc_test *.o phy/*.o lower_mac/*.o *.a<br><br><br>-----cut here---<br></div><div> </div><div> </div><div> </div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Da</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;">: "Sylvain Munaut" 246tnt@gmail.com</span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">A</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;">: "sinager@tarapippo.net" sinager@tarapippo.net</span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Cc</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;">: tetra@lists.osmocom.org</span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Data</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;">: Mon, 24 Oct 2011 21:22:21 +0200</span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Oggetto</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;">: Re: osmo-tetra make error</span></div>
<br>
<div>> > I'm not sure whether I'm simply missing some step or I'm facing an</div><div>> > incompatibility.</div><div>> > Any hint?</div><div>> </div><div>> They messed with the linker in 11.10 ... search the net, there is a</div><div>> bunch of report.</div><div>> </div><div>> Cheers,</div><div>> </div><div>> Sylvain</div></div>
</div>