https://docs.onion.io/omega2-docs/c-compiler-on-omega.html says that if two lines are uncommented in the file /etc/opkg/distfeeds.conf
you can add some package repositories for you to be able to compile C and C++ programs in the Omega. I found out that the gcc compilers are not available in any repository. The following error message appears when I try to install gcc with opkg install gcc
:
Unknown package 'gcc'.
Collected errors:
* opkg_install_cmd: Cannot install package gcc.
@greenbreakfast any idea what happened?