[fpc-devel] FPC xtensa-freertos configuration for different esp-idf versions
Florian Klämpfl
florian at freepascal.org
Sun Oct 24 09:42:15 CEST 2021
> Am 24.10.2021 um 09:14 schrieb Christo Crause via fpc-devel <fpc-devel at lists.freepascal.org>:
>
> Recently I updated my esp-idf version to 4.3 and ran into issues with different linker scripts and library requirements. The design of this SDK is still changing even between minor version updates. It seems restrictive to fix the SDK version supported by the compiler when new minor SDK versions are released approximately once every 6 months.
>
> I'm wondering if there is some way to pass an SDK version to the compiler, so that the compiler can use the appropriate configuration for that version of SDK? Are there any other targets that have a similar problem, and how was this solved?
>
Closest is I would say: iOS (-WP option)
More information about the fpc-devel
mailing list