Forum Discussion
Altera_Forum
Honored Contributor
20 years agoundefined reference to '__ctype_b'
hi, Has any body ever encountered the problem of "undefined reference to __ctype_b" when linking with NIOS IDE before? I got the following error while linking using nios-elf g++ Note:...
Altera_Forum
Honored Contributor
20 years agoMaybe the problem is not linked to the LibC, but to the application having too much small data, because the first error message is "Unable to reach __ctype_b_loc (at 0x00000000) from the global pointer"...
Try with a dummy application without too much data... does it works? If yes, that's probably the reason... Paolo