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 tested it with xtensa compiler, it works for all platforms - apl, cnl, etc
However our baytrail toolchain is missing std lib that is essential for cmocka, but if we will have richer toolchains we will be able to have cmocka for these platforms also.
@lgirdwood Should it be for example in thesofproject/{cmocka,tools,whatever} repo instead of in my repo? If so please put it wherever is suitable.
The text was updated successfully, but these errors were encountered:
@jajanusz please adds the cmocka examples and docs to sof-docs. I've also added xtensa-newlib to github that we can use as our C library for tests. @xiulipan will be able to help adding newlib and cmocka testing as part of Docker CI when he is free.
I made cmocka fork that enables us to build cmocka for any compiler and platform that supports stdlib, you can read how to build here: https://github.com/jajanusz/cmocka/blob/master/README.md#compiling-for-embedded
I tested it with xtensa compiler, it works for all platforms - apl, cnl, etc
However our baytrail toolchain is missing std lib that is essential for cmocka, but if we will have richer toolchains we will be able to have cmocka for these platforms also.
@lgirdwood Should it be for example in thesofproject/{cmocka,tools,whatever} repo instead of in my repo? If so please put it wherever is suitable.
The text was updated successfully, but these errors were encountered: