Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

gcc-4.1 toolchain on Ubuntu

Altera_Forum
Honored Contributor II
1,458 Views

Hi all,  

 

 

I just successfully built the gcc-4.1 toolchain on my Ubuntu box, it should be mentrioned  

that gawk is required for building the toolchain (glibc does not compile with mawk which  

is the default awk on Ubuntu)  

 

 

Hope that helps ...  

 

 

- Johannes
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
747 Views

Never ran into this issue, on my system I have gawk, but I've gone through a few upgrades. What version of Ubuntu?

0 Kudos
Altera_Forum
Honored Contributor II
747 Views

I use Ubuntu 9.10. 

 

- Johannes
0 Kudos
Altera_Forum
Honored Contributor II
747 Views

Looks like 10.04 changed to gawk by default, but I updated the wiki page anyway.

0 Kudos
Altera_Forum
Honored Contributor II
747 Views

Hi,  

 

Thank you for updating the Wiki, I also found that after installing gcc-4.3 packages,  

a symbolic link is required to make the build script happy: 

 

sudo ln -s /usr/bin/gcc-3.4 /usr/bin/gcc34 

 

All the best ... 

 

- Johannes
0 Kudos
Reply