bitcraze / aideck-gap8-examples

Examples on how to use the GAP8 on the AI-deck
46 stars 49 forks source link

classification example will not perform make #101

Closed eladpar-rnd closed 2 years ago

eladpar-rnd commented 2 years ago

hey im trying to run the make command with my gap_sdk, it seems to run smoothly up untill it gets to :

/home/eladpar/aideck_phaze2/gap_sdk/tools/autotiler_v3/Emulation/at_api_pmsis.h:206:32: error: storage size of 'default_flash_conf' isn't known
   struct pi_default_flash_conf default_flash_conf;

Screenshot from 2022-07-31 16-32-18

knmcguire commented 2 years ago

Hi!

This seems like an GAP sdk issue, and not related to this repository as this just contains examples that depend on that SDK. You should start an issue in Greenwaves Gap_sdk repo on github: https://github.com/GreenWaves-Technologies/gap_sdk

Also make sure to mention there where in their documentation it goes wrong and which version of the sdk you are trying to build.

For the aideck examples, we advise to use the AIdeck docker we made, which the instructions to set it up are in the aideck tutorial.