EMCLab-Sinica / HAWAII_Project

MIT License
8 stars 2 forks source link

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

Open zhizunbaowhy opened 5 months ago

zhizunbaowhy commented 5 months ago

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_1b},
  2. #96 array is too large fc1.h line3 --> __q15 FC1[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!

jeremyatedge commented 3 weeks ago

Hi! I got the same question, have you solved it yet @zhizunbaowhy, or @akaikang could you please give a solution.

Thank you so much!