This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

adding yaffs2 to kernel config, get undefined reference to '__aeabi_uldivmod'

Using 2.6.18 kernel on DM 6446 target, configured kernel for yaffs2, and the link fails on this undefined reference in yaffs_mtdif2.c.  This made me curious about the EABI, so I disabled ARM EABI, rebuilt, and this time got an undefined reference to __udivdi3 in the same file.  Please, any ideas on this?