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] | |
I am using a separate build tree (as recommended). Is there a recent howto for cross-compiling for different platforms? -Praveen
Praveen Raghavan wrote: > Hi, > I am using gcc checkout 4.3.0 (20070410). > I would like to compile for the xtensa processor to start with. > Following is my configure: > > ../configure --disable-bootstrap --enable-languages=c > --target=xtensa-linux --disable-threads > > make -j4
Are you configuring in the source tree? That is not recommended. You should create a separate build tree.
-- 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] |