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]

RE: Problems with running applications


I did load the application via GDB/Insight, just as you described in
your prior message.

As described in my previous message all transfers using GDB/Insight
occur without problem-- the problem arrises when the application is
executed, and no console box appears, and the program becomes stuck in
the cyg_libc_invoke_atexit_handlers() function (even when no return(),
or exit() function calls are made when using the cyg_user_start()
function and not the main() function).
 
Is there a way to get the console up, or is it expected behaviour on the
Cygwin compiled copy of GDB/Insight?  And how can I get the program to
not hang in this function call?

Thanks again,
Peter Blair.

	-----Original Message----- 
	From: Jonathan Larmour 
	Sent: Tue 8/21/2001 3:36 PM 
	To: Peter Blair; eCos discussion 
	Cc: 
	Subject: Re: [ECOS] Problems with running applications
	
	

	
	You haven't loaded the program yet! Type "load" in the command
line, or
	from GDB, use Run->Download. Even easier: Use File->Target
Settings and
	choose the "More Options" arrow and select "Attach to Target"
and "Download
	Program".
	
	


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