[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Error make all pgalloc.h on a split Windows/Linux with EDK8.1 and Spartan3E-500 devkit
Hi Mr. Williams,
I found a way around, the section platform in the file
uClinux-2.4.x/include/linux/autoconf.h still contains ^M in define
before closing " or ).
I've edited the file and now I can do make all and it produce the binaries.
I will for now do a script to correct it until it might be corrected
in a next release of the petalinux-copy-autoconfig utility.
Thank you very much for your help,
Stephane
On 4/29/07, John Williams <jwilliams@xxxxxxxxxxxxxx> wrote:
Hi Stephane,
Stephane Rousseau wrote:
> I did try the dos2unix and it still doesnt work.
> So, I re-extracted the petalinux-v0.10rc1 tar file. Changed the
> platform to spartan3e, did the build and i worked.
> Then copied the windows files over the linux side, did the dos2unix
> auto-config.in
> and retried the build, I still have the same error.
>
> Any idea on what to look for?
After running dos2unix on the auto-config.in file, from the toplevel
petalinux-dist directly, run the following command:
$ yes "" | make oldconfig
then
$ make clean all
Stripping the Windows CR/LF pairs out of the auto-config.in is only half
of the job - "make oldconfig" will cause it to regenerate the
linux-2.4.x/.config file.
Regards,
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/