public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Compile Problem: Net package in ARM E7T template
@ 2001-11-12 17:37 HuangQiang
  2001-11-12 18:38 ` Chris Garry
  0 siblings, 1 reply; 6+ messages in thread
From: HuangQiang @ 2001-11-12 17:37 UTC (permalink / raw)
  To: eCos

[-- Attachment #1: Type: text/plain, Size: 1048 bytes --]

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

[-- Attachment #2: problem.gif --]
[-- Type: image/gif, Size: 17208 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Compile Problem: Net package in ARM E7T template
  2001-11-12 17:37 [ECOS] Compile Problem: Net package in ARM E7T template HuangQiang
@ 2001-11-12 18:38 ` Chris Garry
  2001-11-12 19:12   ` [ECOS] Compile Problem: Net package in ARM E7T template (any possible configuration?) HuangQiang
  2001-11-13  0:11   ` [ECOS] Compile Problem: Net package in ARM E7T template HuangQiang
  0 siblings, 2 replies; 6+ messages in thread
From: Chris Garry @ 2001-11-12 18:38 UTC (permalink / raw)
  To: HuangQiang, eCos

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
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ECOS] Compile Problem: Net package in ARM E7T template (any possible configuration?)
  2001-11-12 18:38 ` Chris Garry
@ 2001-11-12 19:12   ` HuangQiang
  2001-11-13  0:11   ` [ECOS] Compile Problem: Net package in ARM E7T template HuangQiang
  1 sibling, 0 replies; 6+ messages in thread
From: HuangQiang @ 2001-11-12 19:12 UTC (permalink / raw)
  To: eCos, Chris Garry

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
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [ECOS] Compile Problem: Net package in ARM E7T template
  2001-11-12 18:38 ` Chris Garry
  2001-11-12 19:12   ` [ECOS] Compile Problem: Net package in ARM E7T template (any possible configuration?) HuangQiang
@ 2001-11-13  0:11   ` HuangQiang
  2001-11-13  0:27     ` Simon
  1 sibling, 1 reply; 6+ messages in thread
From: HuangQiang @ 2001-11-13  0:11 UTC (permalink / raw)
  To: eCos

Is that means including the Net package will push the app over 512Kb for any
configuration type in eCOS (eg. min, default, net, all)?
If Network support is needed then the app should be larger than 512Kb?

thanks.

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of Chris Garry
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
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Compile Problem: Net package in ARM E7T template
  2001-11-13  0:11   ` [ECOS] Compile Problem: Net package in ARM E7T template HuangQiang
@ 2001-11-13  0:27     ` Simon
  2001-11-13  7:48       ` [ECOS] Compile Problem: Net package in ARM E7T template (memory layout problem?) HuangQiang
  0 siblings, 1 reply; 6+ messages in thread
From: Simon @ 2001-11-13  0:27 UTC (permalink / raw)
  To: ecos-discuss

I don't think so.
512kB is large enough for developing an application with net package.
There are many things which should be cared of, like memory layout.
a good memory layout can avoid many problems and make all things
working well.

Simon
    " Not hard, but easy, I think..."



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


Is that means including the Net package will push the app over 512Kb for any
configuration type in eCOS (eg. min, default, net, all)?
If Network support is needed then the app should be larger than 512Kb?

thanks.

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of Chris Garry
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
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [ECOS] Compile Problem: Net package in ARM E7T template (memory layout problem?)
  2001-11-13  0:27     ` Simon
@ 2001-11-13  7:48       ` HuangQiang
  0 siblings, 0 replies; 6+ messages in thread
From: HuangQiang @ 2001-11-13  7:48 UTC (permalink / raw)
  To: eCos

Is that means there is something wrong with the memory in my eCOS
configuration(I tried E7T template all, net, default(all with Network
support) package setting)? Is that the default memory layout comes with eCOS
template and default package suitable for app development? ( for just a
simple program shown as below) Should I modified the memory layout comes
with the template setting if I want to include the TCP/IP support for my
app?
Thank you very much.

Best regards

james

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of Simon
Sent: 19 November 2001 17:33
To: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Compile Problem: Net package in ARM E7T template


I don't think so.
512kB is large enough for developing an application with net package.
There are many things which should be cared of, like memory layout.
a good memory layout can avoid many problems and make all things
working well.

Simon
    " Not hard, but easy, I think..."



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


Is that means including the Net package will push the app over 512Kb for any
configuration type in eCOS (eg. min, default, net, all)?
If Network support is needed then the app should be larger than 512Kb?

thanks.

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of Chris Garry
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
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-11-20  9:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-12 17:37 [ECOS] Compile Problem: Net package in ARM E7T template HuangQiang
2001-11-12 18:38 ` Chris Garry
2001-11-12 19:12   ` [ECOS] Compile Problem: Net package in ARM E7T template (any possible configuration?) HuangQiang
2001-11-13  0:11   ` [ECOS] Compile Problem: Net package in ARM E7T template HuangQiang
2001-11-13  0:27     ` Simon
2001-11-13  7:48       ` [ECOS] Compile Problem: Net package in ARM E7T template (memory layout problem?) HuangQiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).