Forum Discussion
Altera_Forum
Honored Contributor
20 years agoquestion about module programming
Hi! I have a question about developing a module un uClinux. I have a working program under Linux, which I have to "convert" to uClinux. Theoretically, it wouldn't be much problem. Th...
Altera_Forum
Honored Contributor
20 years agoHi!
I've found the way to do it work! I forgot to add:EXPORT_SYMBOL(crc16); to the crc file. I don't know why in linux wasn't needed, but in uClinux, ot does. bye aLeX