Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Linux Ubuntu DE1-Soc gcc compiler missing?

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!

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    How about:

    sudo apt-get install gcc

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