I sometimes found this painful... I have a simple script in a configured directory "make-line" which looks like
bash2 :2 [EMAIL PROTECTED] 11:53:58; cat make-line #! /bin/bash exec make ARCH=powerpc CROSS_COMPILE=/opt/denx/eldk4.1/usr/bin/ppc_74xx- INSTALL_MOD_PATH=${PWD}/root $* I know hardhat linux had a strategy to make . files hiding the names of ARCH/CROSS_COMPILE -- so typing make would work once configured... IMHO it should be hardcoded in the Makefile after configuration -- it causes a lot of grief if you FORGET to specify one of these and just type "make". One of the things I want to do is look at how the linux make system works now (I recall at times I edit the Makefile to hardcode these things). marty ________________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 10:52 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; linuxppc-embedded@ozlabs.org Subject: Re: cross compilation issue Hi, Easiest way is to edit the x86 Makefile so that gcc and ld points to Ur tool chain's ppc_6xx-gcc & ppc_6xx-ld.. Thanks, Ravishankar Govindarao RFL Electronics Inc. E-mail : [EMAIL PROTECTED] Voice: 973.334.3100 Ext. 233 Fax: 973.334.3863 CONFIDENTIALITY NOTE This e-mail, including any attachments, may contain confidential and/or legally privileged information. The Information is intended only for the use of the individual or entity named on this e-mail . If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or the taking of any action in reliance on the contents of this transmitted Information is strictly prohibited. Further, if you are not the intended recipient, please notify us by return e-mail and delete the Information promptly. "Venkatesh Ananthakrishnan, TLS-Chennai" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/16/2007 10:24 AM To <linuxppc-embedded@ozlabs.org> cc Subject cross compilation issue Hai I am newbi to linux. I wrote the application usb libusb which works fine with x86 pc. I want to compile the application for ppc. I have cross compiled libusb. I have tool chain also. If I give ppc_6xx-gcc filename.c It gives the error message as usb.h No such a file or directory. How to give include path and library path during compilation? Please do the needful Regards, Venkatesh DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. ----------------------------------------------------------------------------------------------------------------------- _______________________________________________ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded _______________________________________________ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded