Advertisement
maxdudik

Untitled

Dec 27th, 2012
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. main.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘adpcmima_0416_index_tab’
  2. main.c:6:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘adpcmima_0416_stepsize_tab’
  3. main.c: In function ‘adpcmima_0416_dec’:
  4. main.c:41:31: error: ‘adpcmima_0416_stepsize_tab’ undeclared (first use in this function)
  5. main.c:41:31: note: each undeclared identifier is reported only once for each function it appears in
  6. main.c:64:33: error: ‘adpcmima_0416_index_tab’ undeclared (first use in this function)
  7. main.c: In function ‘adpcmima_0416_enc’:
  8. main.c:90:31: error: ‘adpcmima_0416_stepsize_tab’ undeclared (first use in this function)
  9. main.c:118:33: error: ‘adpcmima_0416_index_tab’ undeclared (first use in this function)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement