2009-03-23 12:46:40 make error
raghu mulagada (UNITED STATES)
Message: 71376
Hello
I am having a problem with the make of the uClinux distribution file,
i get stuck at the following when i try to make it
make[4]: Leaving directory `/home/rkmulaga/Desktop/uClinux-dist-2008R1.5-RC3/user/boa-new/src'
make[3]: Leaving directory `/home/rkmulaga/Desktop/uClinux-dist-2008R1.5-RC3/user/boa-new'
make[2]: Leaving directory `/home/rkmulaga/Desktop/uClinux-dist-2008R1.5-RC3/user'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/rkmulaga/Desktop/uClinux-dist-2008R1.5-RC3/user'
make: *** [subdirs] Error 1
i am using bf537 board, with vendor selection BF537-STAMP-JFFS2
the kernel is linux-2.6.x
can anyone suggest a solution for this ?
Thanks
raghu
QuoteReplyEditDelete
2009-03-23 13:19:42 Re: make error
Robin Getz (UNITED STATES)
Message: 71377
Raghu:
Because you are building in parrallel - that doesn't show where the error is. Try "make single" or "make NON_SMP_BUILD=1" (they are the same) - and then post the error.
-Robin
QuoteReplyEditDelete
2009-03-23 13:57:27 Re: make error
raghu mulagada (UNITED STATES)
Message: 71380
thank you for the tip
i figured out the problem
the kernel compiled without any problem
thanks
raghu