#125056 - DS_LitE - Wed Apr 11, 2007 1:33 am
well im building a project in devARM,and when i compile it it says
undefined reference to "PowerChip_ReadWrite". the project involves
reading the chip,and i checked and the "dswifi7.h" is included. i use
it in a way where its like:
and the declare is:
undefined reference to "PowerChip_ReadWrite". the project involves
reading the chip,and i checked and the "dswifi7.h" is included. i use
it in a way where its like:
Code: |
int dschipdat=PowerChip_ReadWrite(1,0) |
and the declare is:
Code: |
iprintf("Data on Chip %",dschipdat) |