Skip to content

Library related, static library won't work, precompiled=true will ignore compilation of cpp file, Version 1.8.12 #10164

Closed
@xukangmin

Description

@xukangmin

Hello,

precompiled static library (.a files) works fine on Version 1.8.9.

When I switch to 1.8.12, the same configuration won't work.

Basically, when I compile in 1.8.12, it will skip compiling library cpp file which resulting linking issue if I set precompiled=true.

If I remove precompiled=true, it won't add the search path for the static files and miss ldfalgs tag.

Here is the library.properties

name=TinyTouch
version=0.1
author=Kangmin
maintainer=kangmin [email protected]
sentence=Enables Touch Interface
paragraph=1
category=Sensors
url=https://docs.tinycore.dev/en/latest/usage.html#touch
architectures=avr
precompiled=true
ldflags=-lqtm_acq_runtime -lqtm_binding_layer -lqtm_touch_key

I attach the library for your reference.

TinyTouch.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: DuplicateAnother item already exists for this topic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions