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've got a freshly installed (in a virtualbox) Ubuntu 18.04.1 64-bit, installed all prerequisites, then installed Simplicity Studio v3 without an issue, installed EFM8/C8051 8-bit Products etc etc how described in the wiki, imported the project into workspace, and at the build step, here's what I have:
13:53:57 **** Build of configuration release for project u2f-firmware ****
make all
PATH=/home/ss/Desktop/SimplicityStudio_v3/developer/toolchains/keil_8051/9.53/BIN:/home/ss/Desktop/SimplicityStudio_v3/developer/utilities/build-support/usr/bin:/home/ss/Desktop/SimplicityStudio_v3/developer/utilities/third-party/wine/usr/bin:/home/ss/Desktop/SimplicityStudio_v3/developer/utilities/build-support/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Building file: ../tests/tests.c
Invoking: Keil 8051 Compiler
wine /home/ss/Desktop/SimplicityStudio_v3/developer/toolchains/keil_8051/9.53/BIN/C51 "@tests/tests.__i" || test $? -lt 2
Segmentation fault (core dumped)
make: *** [tests/tests.OBJ] Error 1
13:53:57 Build Finished (took 362ms)
Just in case, I tried to exclude tests from build, but then it coredumps trying to compile another file.
Does building on Linux work for someone here? Any ideas what could be wrong?
If anyone has a virtualbox (or vmware) image with the working installation, that'd be awesome.
The text was updated successfully, but these errors were encountered:
dimonomid
changed the title
Building coredumps at Ubuntu 18.04.1 LTS
Compiler coredumps at Ubuntu 18.04.1 LTS
Aug 4, 2018
I've got a freshly installed (in a virtualbox) Ubuntu 18.04.1 64-bit, installed all prerequisites, then installed Simplicity Studio v3 without an issue, installed
EFM8/C8051 8-bit Products
etc etc how described in the wiki, imported the project into workspace, and at the build step, here's what I have:Just in case, I tried to exclude tests from build, but then it coredumps trying to compile another file.
Does building on Linux work for someone here? Any ideas what could be wrong?
If anyone has a virtualbox (or vmware) image with the working installation, that'd be awesome.
The text was updated successfully, but these errors were encountered: