Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou can update an app or library in uClinux-dist something like this:
Find if there are any patches/differences in the uClinux-dist version to the same version from upstream. Put the new version next to the old version in the directory (i.e. uClinux-dist/user/appname). Apply any patches to the new version. Modify the top level Makefile for that app to use the new version. Hope that it just works. ;)