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
The text was updated successfully, but these errors were encountered:
xukangmin
changed the title
Library related, static library won precompiled=true will ignore compilation of cpp file, Version 1.8.12
Library related, static library won't work, precompiled=true will ignore compilation of cpp file, Version 1.8.12
May 7, 2020
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
The text was updated successfully, but these errors were encountered: