Skip to content

There is build error for the archieved tar ball #465

@ewanglong

Description

@ewanglong
  1. download https://github.com/thesofproject/sof/archive/v1.2.tar.gz;
    2)unzip it in local and follow the building steps:
    $autogen.sh
    $./configure --enable-rimage
    $make
    will meet below error:
    man_apl.c:64:30: error: expected expression before ‘,’ token
    .major_version = SOF_MAJOR,
    ^

It was due to there is no git tag by directly tar ball building. May refer to below script from version.sh.
GIT_TAG=git describe --abbrev=4 2>/dev/null

So need specify or get the correct version under tar ball building environment.

Metadata

Metadata

Assignees

Labels

P2Critical bugs or normal featuresbugSomething isn't working as expectedverifiedQA/Bug reporter verifies solution worked.won't fixThis will not be worked on atm (e.g. a bug closed for lack of user request, hardware etc)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions