Altera_Forum
Honored Contributor
15 years agoError: The input line is too long.
I am using Nios II 9.1 Software Build Tools for Eclipse (SP1).
I have a large number of source files to add to my IDE project. At some point after adding many source files I get this error when trying to compile: Executing: nios2-lib-update-makefile --lib-dir . --no-src --add-src-files .......... The input line is too long. The Makefile is being populated with source files but there are too many to fit in one command line. altera: please fix this! The update to the Makefile could be broken down into several shorter commands. Evil Hacker