Forum Discussion
Altera_Forum
Honored Contributor
15 years agocommand line nios2-elf-gcc query -newbie
Hi all, I've successfully compiled the source code for a video demo (written by someone else) under windows/cygwin. However I'm now doing identically the same except on Ubuntu Linux nios command s...
Altera_Forum
Honored Contributor
15 years agoYou were almost right - the author had used a backslash instead of a forward slash in paths to header files in some of the source code - hence it worked in cygwin, but not linux. Thanks, JB.