From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Gautier To: "Ecos-List (E-mail)" Subject: [ECOS] Problem with Arm Integrator port Date: Mon, 10 Sep 2001 17:24:00 -0000 Message-id: X-SW-Source: 2001-09/msg00257.html Hi, I'm trying to run eCos on the ARM integrator using the port from Phillipe Robin. I succesfully compiled Redboot, I loaded it in flash with the on board Boot monitor, It boots fine. However i'm now trying to run a simple "hello world" program using gdb and using serial port. I can connect to the target, i can load the program, i can read and write in memory, and so i can play with the leds, but then when I "continue" gdb seems to be stuck somewhere. I added some debug code using the leds in the stub (in generic-stub.c) and it seems that the __handle_exception function is called again and again (at an approximate of 1000 times per sec) I'm not sure this is normal... -- Fabrice Gautier, Fabrice_Gautier@sdesigns.com