Project

General

Profile

Compiling Wt on a Beaglebone Black

Added by Michael Backus over 9 years ago

I downloaded 3.3.4-rc1 so that I could take advantage of some of the latest functionality. I had to upgrade boost and install cmake. Once I did this I was able to get the process started, but eventually I ran into a problem.

[ 67%] Building CXX object src/CMakeFiles/wt.dir/Wt/Render/CssParser.o
c++: internal compiler error: Killed (program cclplus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
make[2]: *** [src/CMakeFiles/wt.dir/Wt/Render/CssParser.o] Error 4
make[1]: *** [src/CMakeFiles/wt.dir/all] Error 2
make: *** [all] Error 2

Replies (1)

RE: Compiling Wt on a Beaglebone Black - Added by Wim Dumon over 9 years ago

Your compiler ran out of memory.

Edit CssParser.C, there's a define that you can set that eliminates it from the build.

Best regards,

Wim.

    (1-1/1)