Sorry, I did not pay too much attention to the artifact name and I've just realized that you're actually building a static library... So no managed linker script involved.
What I suspect is that the number of object files put in the library are too many and this forces the IDE to use response files behind the scene, thus the ".args" file referred in the error message. The IDE uses response files on Windows when the command that needs to be executed exceeds the 32K limit of Windows API.
What you can check is the actual "Artifact name" in the "Build Artifact" tab, under project's build settings. If you're using an absolute path there, this might be the root cause. As a workaround, you can make that path relative. Please confirm.
In the meantime, I'll also check the code and, if needed, I'll try to squeeze the fix in the upcoming IDE v11.10.0.
Thanks,
Adrian