Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - error building core_networking: (7 Items)
   
error building core_networking  
Hi,
I'm trying to build latest core networking source on QNX6.4.0. I setup a staging environment, and use "make CPULIST=x86 
install". Any suggestions on this?


make[5]: Entering directory `/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/x86/a'
/usr/qnx640/host/qnx6/x86/usr/bin/qcc -Vgcc_ntox86 -c -Wc,-Wall -Wc,-Wno-parentheses  -O -DNDEBUG   -I. -I/home/terryd/
core_network2/lib/io-pkt/sys/lib/libdrvr/x86/a -I/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/x86 -I/home/
terryd/core_network2/lib/io-pkt/sys/lib/libdrvr -I/home/terryd/core_network2/lib/io-pkt/sys -I/home/terryd/core_network2
/lib/io-pkt/sys/lib/libdrvr/public -I/home/terryd/stage/usr/include -I/usr/qnx640/target/qnx6/usr/include       -
DVARIANT_a -DBUILDENV_qss  /home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/crc.c 
/usr/qnx640/host/qnx6/x86/usr/bin/qcc -Vgcc_ntox86 -c -Wc,-Wall -Wc,-Wno-parentheses  -O -DNDEBUG   -I. -I/home/terryd/
core_network2/lib/io-pkt/sys/lib/libdrvr/x86/a -I/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/x86 -I/home/
terryd/core_network2/lib/io-pkt/sys/lib/libdrvr -I/home/terryd/core_network2/lib/io-pkt/sys -I/home/terryd/core_network2
/lib/io-pkt/sys/lib/libdrvr/public -I/home/terryd/stage/usr/include -I/usr/qnx640/target/qnx6/usr/include       -
DVARIANT_a -DBUILDENV_qss  /home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/x86/dma.c 
/usr/qnx640/host/qnx6/x86/usr/bin/qcc -Vgcc_ntox86 -c -Wc,-Wall -Wc,-Wno-parentheses  -O -DNDEBUG   -I. -I/home/terryd/
core_network2/lib/io-pkt/sys/lib/libdrvr/x86/a -I/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/x86 -I/home/
terryd/core_network2/lib/io-pkt/sys/lib/libdrvr -I/home/terryd/core_network2/lib/io-pkt/sys -I/home/terryd/core_network2
/lib/io-pkt/sys/lib/libdrvr/public -I/home/terryd/stage/usr/include -I/usr/qnx640/target/qnx6/usr/include       -
DVARIANT_a -DBUILDENV_qss  /home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c 
/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c: In function '_resolve_synonyms':
/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c:92: error: 'HWI_TAG_NAME_synonym' undeclared (first use
 in this function)
/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c:92: error: (Each undeclared identifier is reported only
 once
/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c:92: error: for each function it appears in.)
/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c:94: error: 'MAX_SYNONYM_COUNT' undeclared (first use in
 this function)
/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c:97: error: 'hwi_tag' has no member named 'synonym'
cc: /usr/qnx640/host/qnx6/x86/usr/lib/gcc/i386-pc-nto-qnx6.4.0/4.2.4/cc1 error 1
make[5]: *** [hwi_find.o] Error 1
make[5]: Leaving directory `/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/x86/a'
make[4]: *** [install] Error 2
make[4]: Leaving directory `/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/x86'
make[3]: *** [install] Error 2
make[3]: Leaving directory `/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/terryd/core_network2/lib/io-pkt/sys/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/terryd/core_network2/lib/io-pkt/sys'
make: *** [install] Error 2 
Re: error building core_networking  
On 08/02/10 04:19 PM, David Terry wrote:
> Hi,
> I'm trying to build latest core networking source on QNX6.4.0. I setup a staging environment, and use "make CPULIST=
x86 install". Any suggestions on this
Does this post help?
http://community.qnx.com/sf/go/topc11935
/P
Re: error building core_networking  
Oh wait, that won't help.

I just looked at your build error and those symbols are in hw/sysinfo.h 
for 6.4.1. It's likely that they aren't present in 6.4.0.

/P

> Hi,
> I'm trying to build latest core networking source on QNX6.4.0. I setup a staging environment, and use "make CPULIST=
x86 install". Any suggestions on this?
>    
> /home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c: In function '_resolve_synonyms':
> /home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c:92: error: 'HWI_TAG_NAME_synonym' undeclared (first 
use in this function)
> /home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c:92: error: (Each undeclared identifier is reported 
only once
> /home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c:92: error: for each function it appears in.)
> /home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c:94: error: 'MAX_SYNONYM_COUNT' undeclared (first use 
in this function)
> /home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/hwi_find.c:97: error: 'hwi_tag' has no member named 'synonym'
> cc: /usr/qnx640/host/qnx6/x86/usr/lib/gcc/i386-pc-nto-qnx6.4.0/4.2.4/cc1 error 1
> make[5]: *** [hwi_find.o] Error 1
> make[5]: Leaving directory `/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/x86/a'
> make[4]: *** [install] Error 2
> make[4]: Leaving directory `/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr/x86'
> make[3]: *** [install] Error 2
> make[3]: Leaving directory `/home/terryd/core_network2/lib/io-pkt/sys/lib/libdrvr'
> make[2]: *** [install] Error 2
> make[2]: Leaving directory `/home/terryd/core_network2/lib/io-pkt/sys/lib'
> make[1]: *** [install] Error 2
> make[1]: Leaving directory `/home/terryd/core_network2/lib/io-pkt/sys'
> make: *** [install] Error 2
>
>    
Re: error building core_networking  
I also got an error if i try to build core_networking.

make CPULIST=ppc install

make -j 1 -Cbind -fMakefile install
make[2]: Entering directory `D:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/bind'
make -j 1 -Ccheck -fMakefile install
make[3]: Entering directory `D:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/bind/check'
make -j 1 -Cnamed-checkconf -fMakefile install
make[4]: Entering directory `D:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/bind/check/named-checkconf'
make -j 1 -Cppc -fMakefile install
make[5]: Entering directory `D:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/bind/check/named-checkconf/ppc'
make -j 1 -Co.be -fMakefile install
make[6]: Entering directory `D:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/bind/check/named-checkconf/ppc/o.be'
C:/QNX641/host/win32/x86/usr/bin/qcc -Vgcc_ntoppc -c -O -Wc,-Wall -Wc,-Wno-parentheses   -DNS_LOCALSTATEDIR='\"/var\"' -
DNS_SYSCONFDIR='\"/etc\"' -DVE
RSION='\"9.6.1-P2\"' -DWANT_IPV6 -DOPENSSL -DISC_PLATFORM_USETHREADS -DNAMED_CONFFILE='\"/etc/named.conf\"' -DNDEBUG   -
I. -ID:/SVN-DRIVE/QNX/core_net
working/lib/io-pkt/services/bind/check/named-checkconf/ppc/o.be -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/
bind/check/named-checkconf/ppc
-ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/bind/check/named-checkconf -ID:/SVN-DRIVE/QNX/core_networking/lib
/io-pkt/external/bsd/bind/dist
/bin/check -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/bind/include -ID:/SVN-DRIVE/QNX/core_networking/lib/io
-pkt/external/bsd/bind/dist/li
b/dns/include -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/external/bsd/bind/dist/lib/dns/unix/include -ID:/SVN-DRIVE/
QNX/core_networking/lib/io-pkt/
external/bsd/bind/dist/lib/isc/include -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/external/bsd/bind/dist/lib/isc/unix
/include -ID:/SVN-DRIVE/QNX/co
re_networking/lib/io-pkt/external/bsd/bind/dist/lib/bind9/include -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/external
/bsd/bind/dist/lib/isccfg/incl
ude -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/external/bsd/bind/dist/lib/isccc/include -ID:/SVN-DRIVE/QNX/
core_networking/lib/io-pkt/external/bsd/
bind/dist/lib/lwres/include -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/external/bsd/bind/dist/lib/lwres/unix/include 
-ID:/SVN-DRIVE/QNX/core_networ
king/lib/io-pkt/external/bsd/bind/dist/lib/dns/sec/dst/include -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/external/
bsd/bind/dist/lib/isc/pthreads/i
nclude -IC:/QNX641/target/qnx6/usr/include    -EB    -DVARIANT_be -DBUILDENV_qss  D:/SVN-DRIVE/QNX/core_networking/lib/
io-pkt/external/bsd/bind/dist/b
in/check/check-tool.c
C:/QNX641/host/win32/x86/usr/bin/qcc -Vgcc_ntoppc -c -O -Wc,-Wall -Wc,-Wno-parentheses   -DNS_LOCALSTATEDIR='\"/var\"' -
DNS_SYSCONFDIR='\"/etc\"' -DVE
RSION='\"9.6.1-P2\"' -DWANT_IPV6 -DOPENSSL -DISC_PLATFORM_USETHREADS -DNAMED_CONFFILE='\"/etc/named.conf\"' -DNDEBUG   -
I. -ID:/SVN-DRIVE/QNX/core_net
working/lib/io-pkt/services/bind/check/named-checkconf/ppc/o.be -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/
bind/check/named-checkconf/ppc
-ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/bind/check/named-checkconf -ID:/SVN-DRIVE/QNX/core_networking/lib
/io-pkt/external/bsd/bind/dist
/bin/check -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/services/bind/include -ID:/SVN-DRIVE/QNX/core_networking/lib/io
-pkt/external/bsd/bind/dist/li
b/dns/include -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/external/bsd/bind/dist/lib/dns/unix/include -ID:/SVN-DRIVE/
QNX/core_networking/lib/io-pkt/
external/bsd/bind/dist/lib/isc/include -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/external/bsd/bind/dist/lib/isc/unix
/include -ID:/SVN-DRIVE/QNX/co
re_networking/lib/io-pkt/external/bsd/bind/dist/lib/bind9/include -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/external
/bsd/bind/dist/lib/isccfg/incl
ude -ID:/SVN-DRIVE/QNX/core_networking/lib/io-pkt/external/bsd/bind/dist/lib/isccc/include...
View Full Message
Re: error building core_networking  
Build libsocket and libcrypto first.
If you do a 'make CPULIST="ppc" install'
from the root things should be built in 
the correct order.  It looks like you're
starting from the services directory.

Make sure you have a staging area set up
first.

-seanb

On Wed, Feb 17, 2010 at 04:09:29AM -0500, Lasse Skov wrote:
> I also got an error if i try to build core_networking.
> 
> make CPULIST=ppc install
RE: error building core_networking  
I started the make CPULIST=ppc install from the io-pkt dir.

But the libSocket.so exists with new timestamps in my C:\qnx641\.... folder.

/LSkov


-----Original Message-----
From: Sean Boudreau [mailto:community-noreply@qnx.com] 
Sent: 17. februar 2010 15:17
To: builds-networking
Subject: Re: error building core_networking


Build libsocket and libcrypto first.
If you do a 'make CPULIST="ppc" install'
from the root things should be built in 
the correct order.  It looks like you're
starting from the services directory.

Make sure you have a staging area set up
first.

-seanb

On Wed, Feb 17, 2010 at 04:09:29AM -0500, Lasse Skov wrote:
> I also got an error if i try to build core_networking.
> 
> make CPULIST=ppc install



_______________________________________________

Builds
http://community.qnx.com/sf/go/post47501

Re: RE: error building core_networking  
The libSocket.so is not a new one. But libCrypto.so.2 is with the new timestamp.