* Where is the c compiler
@ 2015-10-31 12:35 jim Schimpf
2015-10-31 15:19 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: jim Schimpf @ 2015-10-31 12:35 UTC (permalink / raw)
To: yocto
Hi,
I am building the core-image-full-cmdline code and want to have a C compiler on the board(Beagle Bone). I have added the line EXTRA_IMAGE_FEATURES = "debug-tweaks tools-sdk tools-debug” in my local.conf file. After this it builds the image and it is larger than previous ones without this. After this is done where is the c compiler and what is it’s name ? I’ve found things like distcc but no cc.
Probably looking in the wrong place or did I not include the right stuff. Thanks.
—jim schimpf
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Where is the c compiler
2015-10-31 12:35 Where is the c compiler jim Schimpf
@ 2015-10-31 15:19 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2015-10-31 15:19 UTC (permalink / raw)
To: jim Schimpf; +Cc: yocto@yoctoproject.org
On Sat, Oct 31, 2015 at 5:35 AM, jim Schimpf <jim.schimpf@gmail.com> wrote:
> Hi,
> I am building the core-image-full-cmdline code and want to have a C compiler on the board(Beagle Bone). I have added the line EXTRA_IMAGE_FEATURES = "debug-tweaks tools-sdk tools-debug” in my local.conf file. After this it builds the image and it is larger than previous ones without this. After this is done where is the c compiler and what is it’s name ? I’ve found things like distcc but no cc.
on booted target
gcc -v
sould say something ?
>
> Probably looking in the wrong place or did I not include the right stuff. Thanks.
>
> —jim schimpf
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-31 15:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-31 12:35 Where is the c compiler jim Schimpf
2015-10-31 15:19 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.