EmbDev.net

Forum: ARM programming with GCC/GNU tools linker error


von Kumar P. (praveen_g_v)


Rate this post
useful
not useful
hi every one


when i am making i am getting error during linking process

as:cannot find -lc

as:cannot find -lg



can any one help me



thank's

von Clifford S. (clifford)


Rate this post
useful
not useful
kumar pk wrote:
> as:cannot find -lc
>
> as:cannot find -lg

-lc and -lg are linker options, but it looks like the error message is
being emitted by the assembler. You should not pass these options to the
assembler. You should probably post the entire compile log rather than
abstracting it - we'd need to see the command line that caused the error
to make much sense of it.

Clifford

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.