NI Linux Real-Time Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

gcc: error trying to exec 'as': execvp: No such file or directory

Hi,

I'm pretty new to the myRIO and I'm trying to compile a simple C hello world. I did install gcc with opkg and I'm trying to compile with:

gcc -o test test.c

The response is:

gcc: error trying to exec 'as': execvp: No such file or directory

Did I forget an install? Thanks for the help.

Message 1 of 3
(9,320 Views)

Try installing the binutils-symlinks package. This should also install binutils.

Message 2 of 3
(7,693 Views)

Yes, thank you for the fast response! Seems to work now!

0 Kudos
Message 3 of 3
(7,693 Views)