Forum Discussion
Altera_Forum
Honored Contributor
19 years agouClinux makefile
Does anyone know how to create a makefile for a uClinux project consisting several .c and .h files. I am having trouble linking any function to "main"which are not in the same .c file(but in the same...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by hippo@Feb 4 2007, 08:44 PM you'd better move to linux pc and follow the nios wiki.
http://nioswiki.jot.com/%c2%b5clinux (http://nioswiki.jot.com/%c2%b5clinux)
it will be easier to port apps.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=21228)
--- quote end ---
--- Quote End --- Thanks for the suggestion. Unfortunately, at this moment it is not possible to have uClinux on linux PC's at Ryerson. My code is working perfect just on Nios II IDE(without uClinux) though, because I think Nios II IDE uses it's own makefile, where as for uClinux I need to create a makefile. So any other suggestion how to create the makefile for my app project(consists of several .c and .h files) in uClinux?