Opened 11 years ago
Closed 11 years ago
#2229 closed defect (worksforme)
Bootstrapping defect on 32 Bit Ubuntu System
Reported by: | anonymous | Owned by: | somebody |
---|---|---|---|
Priority: | normal | Milestone: | 1.9.0 |
Component: | MetaModelica | Version: | trunk |
Keywords: | Cc: |
Description
I tried too compile a bootstrapped version of OMC, one an fresh ubuntu (32bit precise and also 32bit quantal). The following sequence of commands failed, althought it succeeded on a 64bit ubuntu.
$ svn co https://openmodelica.org/svn/OpenModelica/trunk/ OpenModelica
$ cd OpenModelica/
$ autoconf
$ ./configure 'CC=gcc-4.4' 'CXX=g++-4.4' 'CFLAGS=-O2' '--disable-modelica3d'
$ make -j10 omc
$ make bootstrap-from-compiled
The command which actually fails is: build/bin/omc MainTest.mos
It complains about an error inside a template.
If i use "make bootstrap-from-tarball", the same command "build/bin/omc MainTest.mos" causes a segmentation fault.
If i use the prebuild omc binary from the repository, it says something like "out of memory".
Change History (3)
comment:1 by , 11 years ago
comment:3 by , 11 years ago
Milestone: | 1.9.1 → 1.9.0 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Works fine for me, even on low memory systems...
How much memory does your machine have?