Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] EDC now in build

At one point, you needed to have a c:\symbian directory. I reported this to Ken but I don't know if it was fixed. Try it. You might find out it solves your problem.

Also, the executable needs to have dwarf2 info. If the mingw generates dwarf1 or stabs by default, you'll need to specify the option to have it generate dwarf2.

John


At 06:19 PM 2/2/2010, Marc-Andre Laperle wrote:
Hi,

I'm using Eclipse 3.6M5 and CDT 7.0M5. I'm having problems with EDC trying to debug a Hello World project built with the MinGW toolchain. On Windows XP, the app launches but it can't break. On Windows 7 (64-bit), I'm getting the error message :
Timed out waiting for the launched TCF agent to make peer "Win32 Debug Agent" available.

Should I open bugs? Or am I missing something obvious?

Thanks!

Marc-Andre

On 10-01-22 4:43 PM, Doug Schaefer wrote:
OK, another build complete. BTW, Congrats to Ken and the gang working on EDC. I was able to debug a MinGW app using the latest Wascana SDK and the EDC and it worked like a charm. I'll do more testing over the next few days and raise any bugs I may find.

Cheers,
Doug.

On Fri, Jan 22, 2010 at 3:48 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
There isn't any at the moment. The compiler settings are for 1.5 for the build. Although if you do need 1.5, you should make sure you do a full test there. Most of the committers are using 1.6 in their development environments.

:D.


On Fri, Jan 22, 2010 at 3:03 PM, Olexiy Buyanskyy <olexiyb@xxxxxxxxx> wrote:
Hello,

As I understand some code requires java 6.0?
Can you give more details?

--
Olexiy

On Fri, Jan 22, 2010 at 2:50 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
Good news, everyone! The build is working and up on the nightly site here:

   http://download.eclipse.org/tools/cdt/builds/7.0.0/I.I201001221240/index.html

I'll need to one more to get the EDC plugin unpacked to run the agent executable.

Cheers,
Doug.


On Fri, Jan 22, 2010 at 12:35 AM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
The good news is that I've figured out the UTF-8 errors. We switched JDKs to 5.0 from 1.4. Switching to 6.0 seems to fix it. Again, why would anyone want to run the Java 5 JRE beats me.

The bad news is that I'm struggling to get EDC to find TCF. TCF builds correctly so it's not something simple. I'll try again more tomorrow.

Cheers,
Doug


On Wed, Jan 20, 2010 at 11:49 AM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
Vivian has a great wiki page on the process. It's here: http://wiki.eclipse.org/CDT/release_engineering

I'm seeing UTF-8 errors on some of the files. I'm starting to thing it's a problem with the environment.


On Wed, Jan 20, 2010 at 11:43 AM, John Cortell <rat042@xxxxxxxxxxxxx> wrote:
Doug,

It would be helpful for future reference is if you could list the files that you changed to do this integration. Hopefully, they're under cvs control so we can also see the specific changes involved. I wouldn't even know where to begin to do something like this because I know nothing about how the nightly builds are set up. Just having a list of files you changed would be a huge help in gaining that know-how. Since you just went through the exercise, it may be easy for you to rattle off the touched files. But perhaps there's already a write-up on this subject somewhere?

John


At 10:26 PM 1/19/2010, Doug Schaefer wrote:
Hey gang,

I have integrated the EDC debugger into the CDT nightly builds. To make that work, I've also integrated TCF (which was tough since it's in svn). As I mentioned on the call this month, I want to use it for Wascana to replace the MinGW gdb which I've always had trouble with. So getting it into the build before M5 is important to get people to try it out.

Now, I am having compile errors in the build. It builds fine in my desktop workspace so I may be doing something wrong on the build machine. Vivian, could you run so we can see if it's really a problem. Thanks!

Doug
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev





_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev





_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/cdt-dev
 
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top