default lib path form arm

OP #1174458
Rate this post
useful
not useful
hi all

I'am using eclipse ganymede with WINARM. I can't compile because system
connot find system libraries.

before eclipse i used gcc frontend also for linking, but eclipse use ld
directly.

How can configure eclipse with correct default library path ?

Thanks
Ing Giuseppe Monteleone
Moderator #1174459
Rate this post
useful
not useful
Giuseppe Monteleone wrote:
>
> hi all
>
> I'am using eclipse ganymede with WINARM. I can't compile because system
> connot find system libraries.
>
> before eclipse i used gcc frontend also for linking, but eclipse use ld
> directly.

Does it? Do you use any plug-in/extension? You can always use a makefile
project, which may be a little more complicated first but might be
easier to manager later (just one text file instead of several
dialog-boxed to remember).

> How can configure eclipse with correct default library path ?
Did you select arm-elf-gcc (not just gcc) in the scanner/build settings?

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now