Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYes, I have updated everything.
To sum up: To compile 20090703 toolchain on a linux ubuntu 9.04 you need to do the followings : - /nios2-linux/gcc3/gcc/collect.c line 1537 : redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT); needs to be rewrite as below redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT,777); - buffer overflow on nios2-linux-uclibc-ar the toolchain need to be compiled with gcc4.2 and then it work properly... :rolleyes: -Actris