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]

Compile Problem: Net package in ARM E7T template (any possible configuration?)


Any possible configuration with TCP/IP support for ARM E7T board?
Thanks

-----Original Message-----
From: Chris Garry [mailto:cgarry@mail.portland.co.uk]
Sent: 19 November 2001 12:14
To: HuangQiang; eCos
Subject: Re: [ECOS] Compile Problem: Net package in ARM E7T template


I think the errors you see when you compile your application are due
to the E7T not having enough memory for your application.  Including
the NET package pushes it over the 512KB limit.

See:
http://sources.redhat.com/ml/ecos-discuss/2001-10/msg00679.html


Chris


----- Original Message -----
From: "HuangQiang" <jameshq@liverpool.ac.uk>
To: "eCos" <ecos-discuss@sources.redhat.com>
Sent: Monday, November 19, 2001 12:12 PM
Subject: [ECOS] Compile Problem: Net package in ARM E7T template


> Dear all:
>     I tried to build eCOS configuration with Net package using ARM E7T
> template in eCOS. When I compiled my application with the eCOS library
> following problem occured.
>
> OS: Win2000
> eCOS configuration Tool 1.3.1.3
> Repository: 2001-4-25 ( also tried on latest version)
> Package: Net
>
>
> Test program1:
>
> main(void)
> {
> int i;
> i = 0;
> }
>
> Test program2:
>
> void cyg_start(void)
> {
> int i;
> i = 0;
> }
>
> Problem when compiling those above applications.
> Problem output attached as a photo file.
>
> I also tried to import the device driver for the ethernet driver on the
ARM
> E7T board. using the  following info.
> http://sources.redhat.com/ml/ecos-discuss/2001-07/msg00961.html. but error
> still occured.
>
> Has anyone tried successful eCOS configuration with ethernet support
> (TCP/IP) for ARM E7T board?
>
> Thanks for any help.
>
> Best regards!
>
>
>
> Mr Huang Qiang
> Postgraduate Student
> Room318 B-Block
> Department Of Electrical Engineering And Electronics
> University Of Liverpool
> Brownlow Hill
> Liverpool L69,3GJ
> UK
>
> Personal website at: http://www.liv.ac.uk/~jameshq
>


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