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++
12590 Discussions

Linux Ubuntu DE1-Soc gcc compiler missing?

Altera_Forum
Honored Contributor II
1,581 Views

Hey, i tried to compile a c-program with "gcc xxx.c -o xxx" but the command "gcc" is not found. I thought ubuntu has a compiler in the pack. 

What can i do? Or do I have to activate anything? 

 

Thank you!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
761 Views

How about: 

sudo apt-get install gcc 

to install the gcc command line tools on your ubuntu linux box?
0 Kudos
Reply