Acknowledged

Bug: Enduro 2 will not compile on 5.0.0

When selecting 5.0.0 - System 7 under Minimum Supported API Level in the manifest.xml file, during Monkey C: Export Project, a version for the Enduro 2 will not be created. (of course with product "fenix 7x/tactix 7/quatix 7/enduro 2" selected.)
After selecting 4.2.0 - System 6, it does work as expected.

Currently tested on sdk 7.1.1.

Kind regards

Parents
  • What is happening is that in the compiler.json for that device, one of the part numbers says it's CIQ 4.2.3, so when you do the export, that part number gets rejected.  You can open the iq file (it's zip format) and look at the mainfest.xml file there to see what part numbers are there

    If you aren't using anything new in system 7, keep things at 4.2.0, or use "has" to only use those api calls if the device has them.

Comment
  • What is happening is that in the compiler.json for that device, one of the part numbers says it's CIQ 4.2.3, so when you do the export, that part number gets rejected.  You can open the iq file (it's zip format) and look at the mainfest.xml file there to see what part numbers are there

    If you aren't using anything new in system 7, keep things at 4.2.0, or use "has" to only use those api calls if the device has them.

Children
No Data