osip-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[osip-dev] Cross-compilation error


From: Benedikt Bär | Relamp.tk
Subject: [osip-dev] Cross-compilation error
Date: Tue, 10 Jul 2012 12:50:05 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

Hi,

I am trying to cross-compile osip2 on Cygwin, but I get this error:

/bin/sh ../../libtool --tag=CC --mode=compile arm-samsung-nucleuseabi-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -fpic -fshort-wchar -mcpu=cortex-a8 -mfpu=vfpv3 -mfloat-abi=hard -mlittle-endian -mthumb-interwork -Wno-psabi -fno-strict-aliasing -fno-short-enums -I/usr/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -g -g -DENABLE_TRACE -g -MT osip.lo -MD -MP -MF .deps/osip.Tpo -c -o osip.lo osip.c libtool: compile: arm-samsung-nucleuseabi-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -fpic -fshort-wchar -mcpu=cortex-a8 -mfpu=vfpv3 -mfloat-abi=hard -mlittle-endian -mthumb-interwork -Wno-psabi -fno-strict-aliasing -fno-short-enums -I/usr/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -g -g -DENABLE_TRACE -g -MT osip.lo -MD -MP -MF .deps/osip.Tpo -c osip.c -o osip.o
osip.c:140:5: warning: no previous prototype for 'osip_ixt_lock'
osip.c:149:5: warning: no previous prototype for 'osip_ixt_unlock'
osip.c:158:5: warning: no previous prototype for 'osip_id_mutex_lock'
osip.c:167:5: warning: no previous prototype for 'osip_id_mutex_unlock'
osip.c:177:6: warning: no previous prototype for 'osip_add_ixt'
osip.c:185:6: warning: no previous prototype for 'osip_remove_ixt'
osip.c:204:5: warning: no previous prototype for 'ixt_init'
osip.c:224:6: warning: no previous prototype for 'ixt_free'
osip.c:307:6: warning: no previous prototype for 'ixt_retransmit'
osip.c: In function 'ixt_retransmit':
osip.c:309:2: warning: implicit declaration of function 'timercmp'
osip.c:309:2: warning: nested extern declaration of 'timercmp'
osip.c:309:6: error: expected expression before '>' token
osip.c: In function 'osip_timers_gettimeout':
osip.c:1460:8: error: expected expression before '>' token
osip.c:1488:7: error: expected expression before '>' token
osip.c:1515:7: error: expected expression before '>' token
osip.c:1538:7: error: expected expression before '>' token
osip.c:1561:8: error: expected expression before '>' token
Makefile:350: recipe for target `osip.lo' failed
make[3]: *** [osip.lo] Error 1

I have looked at the code in osip.c, but unfortunately I do not see the problem. Any ideas on how I could debug this?

Thanks,
Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]