Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Console order
Console order [message #123502] Thu, 14 October 2004 13:48
Eclipse UserFriend
Originally posted by: jugghead81.yahoo.com

I don't know if it's an error, but this is a curiosity of mine.

I've created a makefile to do three things: compile all sources using TI
compiler, call my Bridge tool to read error messages and format them to a
pattern known by Problems view, and call the linker to generate an out
file. When I call make at Command Prompt (Windows XP), the output order
seems okay (first the compiler outputs, then bridge outputs, and finally
linker outputs). At Eclipse, however, although all things work correctly,
the order of the outputs in Console view is wrong (generally compiler
outputs appear first correctly, then bridge and linker outputs appear
mixed). Does anyone have any idea of what is going on??

Thanks!
Previous Topic:Extensibility Document
Next Topic:launching debugger fails
Goto Forum:
  


Current Time: Sat Nov 09 02:40:42 GMT 2024

Powered by FUDForum. Page generated in 0.02960 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top