[vz-users] vzlogger und libsml auf cubietruck
    Tell 
    tell-alexander at sate-petersen.de
       
    Sat Jan  3 00:50:53 CET 2015
    
    
  
Matthias Behr <mbehr at ...> writes:
> 
> Die Tests brauchst du eigentlich nicht.
> 
> Bei mir im test/Makefile steht:
> test: $(UNITY) $(OBJS) $(LIBSML)
> 	 $(CC) $(CFLAGS) $(LIBS) $^test_main.c -o test $(LIBS)
> 
> Spannend ist das hintere (eigentlich doppelte) $(LIBS). 
Steht das bei dir
auch?
> 
bei mir fehlt ein $(LIBS)
test : $(UNITY) $(OBJS) $(LIBSML)
        $(CC) $(CFLAGS) $(LIBS) $^ test_main.c -o test
das werde ich mal gleich machen
make[2]: Leaving directory `/libsml/sml'
cc -I../sml/include/ -Wall -luuid unity/unity.o unity/unity_fixture.o
src/test_helper.o src/sml_octet_string_test.o src/sml_buffer_test.o
src/sml_number_test.o src/sml_boolean_test.o src/sml_value_test.o
src/sml_status_test.o src/sml_list_test.o src/sml_time_test.o
src/sml_tree_test.o src/sml_file_test.o src/sml_open_request_test.o
src/sml_get_profile_pack_request_test.o src/sml_message_test.o
../sml/lib/libsml.a test_main.c -o test -luuid
Unity test run 1 of 1
.............................................................
86 Tests 0 Failures 0 Ignored
OK
make[1]: Leaving directory `/libsml/test'
das wars 
danke das hätte ich nie gefunden
Gruß Tell 
    
    
More information about the volkszaehler-users
mailing list