EMCLab-Sinica / HAWAII_Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#45 expression must have poniter type && #96 array is too large

zhizunbaowhy opened this issue · comments

Hi! Many thanks to the developer for answering my question.
I am using ccs version 12.6.0.0. I added the DSPLib and tried to build in CCS, but I get the following error:

  1. #45 expression must have poniter type model.h line 86 --> _.PARA = (HAW_PARA){.WEIGHT = (_q15*)FC_1, .BIAS = (q15*)FC_1_b},
  2. #96 array is too large fc1.h line3 --> _q15 FC_1[64][640] = {
    I guess error 1 is caused by error 2.
    I calculated the size of the array, and I don't think it crossed the line. However, it indicates that the parameters of the full connection layer are too large. Do you have similar problems when compiling? Please share your solution.

Thank you very much!