
sed version on my machine is GNU 3.02
Regards Priyanka
-----Original Message----- From: Kumar Gala [mailto:galak@kernel.crashing.org] Sent: Wednesday, October 20, 2010 11:20 AM To: Jain Priyanka-B32167 Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] facing issue in compiling latest u-boot for P1020RDB(powerpc)
bash-2.05a$ make P1020RDB_config
Generating include/autoconf.mk
Generating include/autoconf.mk.dep
Configuring for P1020RDB - Board: P1_P2_RDB, Options: P1020RDB
sed: -e expression #1, char 16: Extra characters after command
make: *** [P1020RDB_config] Error 1
bash-2.05a$
What's the version of sed you are running:
$ sed --version
I'm not seeing this error on my system (fedora 13 x86_64)
By looking at git log, I can observe that there are some changes in Makefile and boards.cfg file.
Is there is any change in config options for building power pc boards like P1020RDB, P2020RDB?
- k