We have a program with many obj and when we invoke the linker gives us this error: Argument list too long
We environment is:
ARM DS-5 Professional Edition
Version: 5.19.1
Build number: 5191005
ARM1176JZF-S
I think it should work okay if you use the --via option to read the object fle names. Or use -partial
Thanks, problem solved.