You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the toolchain from the git repository. I am using the commit for the stable release (f987844). I try to build and install as follows
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/dcputoolchain ..
make
sudo make install
Everything goes fine until the last step. For some reason, running make install will only install glfw. Does anyone have any idea what is going on?
I am trying to install the toolchain from the git repository. I am using the commit for the stable release (f987844). I try to build and install as follows
Everything goes fine until the last step. For some reason, running make install will only install glfw. Does anyone have any idea what is going on?
System Details