Skip to content

Missing symbol "litert::CompiledModel::CreateInputOutputBuffer" #3523

@abtiwary

Description

@abtiwary

Hi,
I have been trying to build an Android application that uses Litert-Next (release 2.0.2a1).

I have tried to follow the instructions on https://ai.google.dev/edge/litert/next/android_cpp but i've run into some issues, for example this symbol has been missing when i call "CreateInputBuffer(...)" on the compiled model (the compilation of the model works fine by the way): "ld.lld: error: undefined symbol: litert::CompiledModel::CreateInputOutputBuffer".

So far, i've tried the following approaches:

In both cases, using nm to search for the symbols, the above symbol seems to be missing (there are other symbols that are missing too). Is this expected, given the alpha nature of the project, or am i missing something glaringly obvious?

Thanks!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions