From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 17 Oct 2008 14:06:18 -0400 Subject: [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board. In-Reply-To: <388381.21842.qm@web57002.mail.re3.yahoo.com> References: <388381.21842.qm@web57002.mail.re3.yahoo.com> Message-ID: <48F8D41A.40708@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Radha, Please don't top post. Radha Krishna wrote: > Hi GVB, > You are right. Could you tell me the solution. Don't use DOS (aka Windows). Since you already have a problem there, you can use "dos2unix" or equivalent. If you feel you must use Windows, many Windows editors (e.g. UltraEdit) allow you to control/convert line endings. > Best Regards, > Kris. [snip] >>> $ make CROSS_COMPILE=arm-none-linux-gnueabi- >> omap3430sdp_config >>> ./mkconfig: line 2: $'\r': command not >> found >>> make: *** [omap3430sdp_config] Error 127 >> Is that telling you that you have DOS line endings >> (+ i.e. \r\n) >> as opposed to unix line endings (\n only)? >> >>> $ make CROSS_COMPILE=arm-none-linux-gnueabi- >>> System not configured - see README >>> make: *** [all] Error 1 >>> >>> Could somebody tell me steps to compile U-Boot for >>> TI3430. >>> >>> Best Regards, >>> Krishna. >> My best guess, >> gvb HTH, gvb