Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler error of wpewebkit 2.20.0 #15

Closed
13824125580 opened this issue Jun 13, 2018 · 3 comments
Closed

compiler error of wpewebkit 2.20.0 #15

13824125580 opened this issue Jun 13, 2018 · 3 comments

Comments

@13824125580
Copy link

do you know how to deal with the compiler error on the latest meta-webkit layer ?
2997 /home/caozilong/WorkSpace/yakoto/build/tmp/work/aarch64-poky-linux-musl/wpewebkit/2.20.0-r0/wpewebkit-2.20.0/Source/JavaScriptCore/runtime/SamplingProfiler.cpp:357:48: error: 'framePoint er' is not a member of 'JSC::MachineContext'
2998 ¦ ¦ ¦ ¦machineFrame = MachineContext::framePointer(registers);

@clopez
Copy link
Contributor

clopez commented Jun 13, 2018

I have not found that build error.

Which version of GCC are you using (or which version of yocto/poky)?

@gil0109
Copy link

gil0109 commented Jun 26, 2018

@13824125580 I had something similar and I had to increase my RAM and all built well.

@psaavedra
Copy link
Member

If it is a total memory amount issue, I'd suggest include these settings in the local.conf:

    # Default to setting automatically based on cpu count
    BB_NUMBER_THREADS = "8"

    # Default to setting automatically based on cpu count
    PARALLEL_MAKE = "-j 8"

Note that you need ~2GB per core (aprox.) to get success building WPE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants