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
Vagrant set up my Ubuntu successfully, then I did a SSH successfully to this Ubuntu and tried make. There I got a segmentation fault, so I tried to login to the GUI of Ubuntu which worked fine, but there wasn't eclipse in the left side although the application center said that eclipse was installed. On running Eclipse from the application center nothing happened. So I decided to give it a try on my own Eclipse installation on Windows. I installed cygwin with GCC and make but on build I got an error telling me that a hex was to big for Windows (line 53 or so in the makefile), so I couldn't build the project on Windows neither.
The text was updated successfully, but these errors were encountered:
Vagrant set up my Ubuntu successfully, then I did a SSH successfully to this Ubuntu and tried make. There I got a segmentation fault, so I tried to login to the GUI of Ubuntu which worked fine, but there wasn't eclipse in the left side although the application center said that eclipse was installed. On running Eclipse from the application center nothing happened. So I decided to give it a try on my own Eclipse installation on Windows. I installed cygwin with GCC and make but on build I got an error telling me that a hex was to big for Windows (line 53 or so in the makefile), so I couldn't build the project on Windows neither.
The text was updated successfully, but these errors were encountered: