
Dear All,
I am compiling u-boot source in cygwin shell, but if I do am "make" in the u-boot directory it loops around to continously generate .depend file
make[1]: Entering directory `/cygdrive/c/cg6060/NMSProjects/mfgtest/cg606x/target/u-boot-1.1.2/tools' gcc -M -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfffc0000 -DUSE_HOSTCC environment.c img2srec.c mkimage.c crc32.c envcrc.c gen_eth_addr.c bmp_logo.c > .depend make[1]: Leaving directory `/cygdrive/c/cg6060/NMSProjects/mfgtest/cg606x/target/u-boot-1.1.2/tools' make[1]: Entering directory `/cygdrive/c/cg6060/NMSProjects/mfgtest/cg606x/target/u-boot-1.1.2/tools' gcc -M -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfffc0000 -DUSE_HOSTCC environment.c img2srec.c mkimage.c crc32.c envcrc.c gen_eth_addr.c bmp_logo.c > .depend make[1]: Leaving directory `/cygdrive/c/cg6060/NMSProjects/mfgtest/cg606x/target/u-boot-1.1.2/tools'
Any clues please, TIA
Raghu.
__________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/

On 10/20/05, Raghu raghu_dk@yahoo.com wrote:
Dear All,
I am compiling u-boot source in cygwin shell, but if I do am "make" in the u-boot directory it loops around to continously generate .depend file
make[1]: Entering directory `/cygdrive/c/cg6060/NMSProjects/mfgtest/cg606x/target/u-boot-1.1.2/tools' gcc -M -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfffc0000 -DUSE_HOSTCC environment.c img2srec.c mkimage.c crc32.c envcrc.c gen_eth_addr.c bmp_logo.c > .depend make[1]: Leaving directory `/cygdrive/c/cg6060/NMSProjects/mfgtest/cg606x/target/u-boot-1.1.2/tools' make[1]: Entering directory `/cygdrive/c/cg6060/NMSProjects/mfgtest/cg606x/target/u-boot-1.1.2/tools' gcc -M -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xfffc0000 -DUSE_HOSTCC environment.c img2srec.c mkimage.c crc32.c envcrc.c gen_eth_addr.c bmp_logo.c > .depend make[1]: Leaving directory `/cygdrive/c/cg6060/NMSProjects/mfgtest/cg606x/target/u-boot-1.1.2/tools'
Any clues please, TIA
Raghu.
Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/
This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
In a completely unrelated project, I found that upgrading my cygwin installation to the latest gcc broke my project. I was able to fix the problem by downgrading gcc to the previous version. You might want to downgrade to an earlier installation of gcc to see if it helps. For me, 3.3.3-3 works, 3.4.4-1 doesn't.
-- Rich Wilson richaw@gmail.com 425-337-7129
participants (2)
-
Raghu
-
Rich Wilson