Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How do I start
How do I start [message #242747] Tue, 11 December 2007 06:51 Go to next message
Eclipse UserFriend
Originally posted by: Vivek.Sundriyal.gmail.com

Hi ,

I am very new to Eclipse. And I want to know how do I start.
I want to do the following :
-- I want to use Eclipse to debug a MIPS code which is running on a
target(remote debugging). How do i start ? What is that i need to download
? etc....

I am very new to this and hence this very basic question.

Thanks in adv ,

Cheers !
Re: How do I start [message #242752 is a reply to message #242747] Tue, 11 December 2007 08:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

You will need
- Eclipse for C/C++ Developers as can be found on the Eclipse Download page
- a MIPS GNU toolchain (compiler/assembler/linker/debugger aka gcc/gas/gld/gdb)
- a GDB compatible jtag probe to connect to your hardware


--
Derek


Vivek Sundriyal wrote:
> Hi ,
>
> I am very new to Eclipse. And I want to know how do I start.
> I want to do the following :
> -- I want to use Eclipse to debug a MIPS code which is running on a
> target(remote debugging). How do i start ? What is that i need to
> download ? etc....
>
> I am very new to this and hence this very basic question.
>
> Thanks in adv ,
>
> Cheers !
>
Re: How do I start [message #242757 is a reply to message #242752] Tue, 11 December 2007 08:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Vivek.Sundriyal.gmail.com

Thanks for that reply.

I have downloaded the Eclipse for C/C++. But I also see something as CDT ?
Do I need to install the CDT(4.0.2) also ?


Vivek
Re: How do I start [message #242777 is a reply to message #242757] Tue, 11 December 2007 09:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jakub.jurkiewicz.gmail.com

Vivek Sundriyal pisze:
> Thanks for that reply.
>
> I have downloaded the Eclipse for C/C++. But I also see something as CDT
> ? Do I need to install the CDT(4.0.2) also ?
>
>
> Vivek
>

If you had downloaded Eclipse for C/C++ then CDT is included.

Kind regards,
Jakub Jurkiewicz
Re: How do I start [message #242791 is a reply to message #242777] Tue, 11 December 2007 10:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Vivek.Sundriyal.gmail.com

Hi ,
I installed the Eclipse for C/C++ and tried to create a "test" project.
For simplicity, I created the HelloWorld project supplied by Eclipse.
After creating the project, and I try to compile the program, it gives me
an error :


=====
**** Build of configuration Default for project tes ****

make all
make: Error -- Don't know how to make tes.o
======

Do i need to do something more besides this ?


Thanks ,

Vivek
Re: How do I start [message #242923 is a reply to message #242791] Wed, 12 December 2007 17:00 Go to previous message
Eclipse UserFriend
Originally posted by: jakub.jurkiewicz.gmail.com

Vivek Sundriyal pisze:
> Hi ,
> I installed the Eclipse for C/C++ and tried to create a "test" project.
> For simplicity, I created the HelloWorld project supplied by Eclipse.
> After creating the project, and I try to compile the program, it gives
> me an error :
>
>
> =====
> **** Build of configuration Default for project tes ****
>
> make all make: Error -- Don't know how to make tes.o
> ======
>
> Do i need to do something more besides this ?
>
> Thanks ,
>
> Vivek
>
>

What operating system do you use?
On Linux you need gcc, and on Windows you need CygWin with gcc and
configure this properly to use CDT
Beside newsgroup org.eclipse.cdt is a better place for asking CDT
related questions.

kind regards,
Jakub Jurkiewicz
http//eclipser-blog.blogspot.com
Previous Topic:Eclipse Problems View Not Showing Problems or Warnings
Next Topic:Way to provide a readme file in Update Mgr?
Goto Forum:
  


Current Time: Fri Aug 16 14:51:52 GMT 2024

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

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

Back to the top