Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI once saw the bcopy() problem with some other Busyboc appltet some time ago.
IIRC, bcopy is an old style function that is depreciated now and needs to be replaced by something else (supposedly memcpy() - I seem to remember that the parameter order is different, bzero supposedly is replaced by memset). Moreover the French error message suggests that you don't use the original toolchain as described in the NIOSWiki. This is not supported by this community. I suggest following closely http://www.nioswiki.com/operatingsystems/uclinux (http://www.nioswiki.com/operatingsystems/uclinux) and http://www.nioswiki.com/installnios2linux (http://www.nioswiki.com/installnios2linux) before trying to solve any errors on your own. -Michael