This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PPP daemon problem


Hello,
I am trying to add PPP daemon to my target configuration (which works
without it), but it fails during the compilation. 
arm-elf-gcc -c  -I/home/ecos/biopad/ecos_install/include
-I/home/ecos/ecos-2.0b1/packages/net/ppp/current
-I/home/ecos/ecos-2.0b1/packages/net/ppp/current/src
-I/home/ecos/ecos-2.0b1/packages/net/ppp/current/tests -I.
-I/home/ecos/ecos-2.0b1/packages/net/ppp/current/src/ -Wall
-Wpointer-arith -Wstrict-prototypes -Winline -Wundef
-Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections
-fno-rtti -fno-exceptions -fvtable-gc -finit-priority -mapcs-frame
-fno-builtin -D__ECOS -Wp,-MD,src/pppd.tmp -o src/net_ppp_pppd.o
/home/ecos/ecos-2.0b1/packages/net/ppp/current/src/pppd.c
In file included from
/home/ecos/biopad/ecos_install/include/cyg/ppp/ppp_io.h:64,
                 from
/home/ecos/ecos-2.0b1/packages/net/ppp/current/src/pppd.c:105:
/home/ecos/biopad/ecos_install/include/cyg/io/serial.h:274: parse error
before "cyg_io_serial_devio"
/home/ecos/biopad/ecos_install/include/cyg/io/serial.h:274: warning:
type defaults to `int' in declaration of `cyg_io_serial_devio'
/home/ecos/biopad/ecos_install/include/cyg/io/serial.h:274: warning:
data definition has no type or storage class
/home/ecos/ecos-2.0b1/packages/net/ppp/current/src/pppd.c: In function
`cyg_ppp_timeout':
/home/ecos/ecos-2.0b1/packages/net/ppp/current/src/pppd.c:598: warning:
implicit declaration of function `cyg_ppp_gettimeofday'
make[1]: Leaving directory
`/home/ecos/biopad/ecos_build/net/ppp/current'
make[1]: *** [src/pppd.o.d] Error 1
make: Leaving directory `/home/ecos/biopad/ecos_build'
make: *** [build] Error 2

And the serial.h file is the standard one, taken from current version of
anounymous cvs.
Please help.
-- 
Helen Snitkovsky <helens@hydrix.com>
Hydrix Pty Ltd


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]