This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: different versions of gcc for kernel and userspace components


Mayuresh Chitale wrote:
Hi All,

I want to know if it is possible to use different versions of gcc for
the kernel and the userspace components for the same system / board?

Any insights / suggestions on this would be highly appreciated .

There should be no problem using different versions of gcc to build the Linux kernel and user applications. The kernel often has restrictions on which gcc version can be used, but these restrictions don't apply to the user space code.

--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]