From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Wed, 20 Oct 2010 08:57:43 +0200 Subject: [U-Boot] facing issue in compiling latest u-boot for P1020RDB(powerpc) In-Reply-To: References: Message-ID: <20101020065743.06B4F1361A8@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Jain Priyanka-B32167, In message you wrote: > > I have cloned u-boot code (latest commit-id is > 1ba91ba23396005ef7b42381cc21f0baf78d0d60) and trying to build P1020RDB. > > But it fails. Hm... please retry current top of tree. I get a number of warnings, but these are mostly harmless: -> ./MAKEALL P1020RDB P2020RDB Configuring for P1020RDB - Board: P1_P2_RDB, Options: P1020RDB e1000.c: In function 'e1000_transmit': e1000.c:5028: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type fdt_support.c: In function 'fdt_fixup_memory_banks': fdt_support.c:399: warning: unused variable 'sizecell' fdt_support.c:399: warning: unused variable 'addrcell' text data bss dec hex filename 370540 34448 268116 673104 a4550 ./u-boot Configuring for P2020RDB - Board: P1_P2_RDB, Options: P2020 e1000.c: In function 'e1000_transmit': e1000.c:5028: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type fdt_support.c: In function 'fdt_fixup_memory_banks': fdt_support.c:399: warning: unused variable 'sizecell' fdt_support.c:399: warning: unused variable 'addrcell' text data bss dec hex filename 370800 34456 268116 673372 a465c ./u-boot --------------------- SUMMARY ---------------------------- Boards compiled: 2 Boards with warnings or errors: 2 ( P1020RDB P2020RDB ) ---------------------------------------------------------- Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de : I've tried (in vi) "g/[a-z]\n[a-z]/s//_/"...but that doesn't : cut it. Any ideas? (I take it that it may be a two-pass sort of solution). In the first pass, install perl. :-) Larry Wall <6849@jpl-devvax.JPL.NASA.GOV>