[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] Build error - microblaze-uclinux-ar: Argument list too long



After adding a second MPMC to a design, we are getting the following error while building the software.  I have tried to identify the difference between the two projects, but don't see anything that should cause the error.  The argument list in question is long, but it is exactly the same as the working single MPMC version.  Can anybody shed some light on this situation?

Thanks,
Frank


Here is the end of the build output:

microblaze-uclinux-ar -ro /mnt/projects/image_processing/processor/petalinux-v0.30-rc1/software/petalinux-dist/user/busybox/libbb/libbb.a <followed by a long list of object files with the full path>
...

make[3]: execvp: microblaze-uclinux-ar: Argument list too long
make[3]: *** [/mnt/projects/image_processing/processor/petalinux-v0.30-rc1/software/petalinux-dist/user/busybox/libbb/libbb.a] Error 127
make[3]: Leaving directory `/mnt/projects/image_processing/processor/petalinux-v0.30-rc1/software/petalinux-dist/user/busybox'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/projects/image_processing/processor/petalinux-v0.30-rc1/software/petalinux-dist/user/busybox'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/mnt/projects/image_processing/processor/petalinux-v0.30-rc1/software/petalinux-dist/user'
make: *** [subdirs] Error 1