EmbDev.net

Forum: ARM programming with GCC/GNU tools GCC build directory structure


von coolfix (Guest)


Rate this post
useful
not useful
Hi, everyone

I'm just getting started using gcc toolchain from yagarto package. I 
like to how the build directory structure is organized. Why there are 
mutiple bin|include|lib directories and how do I setup my include path 
and lib path?

Please help

von Martin T. (mthomas) (Moderator)


Rate this post
useful
not useful
coolfix wrote:
> Hi, everyone
>
> I'm just getting started using gcc toolchain from yagarto package. I
> like to how the build directory structure is organized. Why there are
> mutiple bin|include|lib directories
Some of them are created during the build of the compiler itself and 
some are created during build of the libc. Usually there is no need to 
worry about this. The compiler/linker will search all needed directories

> and how do I setup my include path
> and lib path?
This is not needed at all. The search-directories are already set-up 
internally. Just make sure to use the front-end (arm-*-gcc) for linking 
and do not call the linker (arm-*-ld) directly and everything will work 
out.

von coolfix (Guest)


Rate this post
useful
not useful
Thank you for your clarification.

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.