From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tony Ko" To: Subject: [ECOS] MBX860 GDB breakpoint problem Date: Wed, 30 May 2001 04:29:00 -0000 Message-id: <9860C773D04D834D83FD6FAD00A61E9311B6ED@gctsemi.gctsemi.com> X-SW-Source: 2001-05/msg00519.html hi. I ported ECOS to my custom MPC860 board with modified MBX860 ECOS source. And ECOS runs well on my board. MBX ECOS version 1.3.1 is used. But there is a critical problem. When I try to debug my board with Insight, Breakpoint is not working well. For example, when I download ECOS image to my board through Insight(GDB) , I select "Set breakpoint at 'main' ". But program never stop at main( ). So I tried it with CVS ECOS image. It works well. But I have to use ECOS-1.3.1 version. So what's the problem? thanks.