Forum Discussion
Altera_Forum
Honored Contributor
17 years agoadd fdisk --> compilation error!
Hi all, I'm new to the uClinux, I try to implement usb device (isp1761 Usb controller) I want to create and partition a local disk (8 MB) to emulate a mass storage (diskemu). So I add fdi...
Altera_Forum
Honored Contributor
17 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