From mboxrd@z Thu Jan 1 00:00:00 1970 From: SEBASTIEN ANDRE To: egcs@cygnus.com Cc: "'eCos Discussion'" Subject: [ECOS] Simulation under CCS (Code Composer Studio) Date: Tue, 17 Jul 2001 06:06:00 -0000 Message-id: <3B543834.57AC79C3@sxb.bsf.alcatel.fr> References: <20010716171044.A11299@visi.com> <000b01c10e47$9938fc00$090110ac@TRENT> <20010716194337.B888@visi.com> X-SW-Source: 2001-07/msg00510.html Hi all, So i create a simple programm compiled for ARM without eCos KERNEL !! a base ARM code !! I can simulate it under GDB correctly but i can't simulate it with Code Composer Studio TMS470Rxx !! With time i find a way !! i must strip all information debug and after i can load under CCS !! But if i let some debug info the simulator hang !! (i try -ggdb, -gdwarf-2, etc ..) So the next step i had make it to try to load an eCos Program !! under GDB it load correctly and the entry point is the vector functions (the simaltion is not correct because thay are no hardware simulation but the code is correctly loaded) But with CCS i can't load it to !! if i strip information debug i have an internal error #5 !! i can't load it !! So what is wrong !!? CCS have a bug ? or i make a something wrong in the build process !!! ? I know this question is a CCS questions but i say it in this forums for the case of somebody know this tools !! best regards, Sébastien.