Forum Discussion
Altera_Forum
Honored Contributor
16 years ago<div class='quotetop'>QUOTE (Alex.liu @ Jul 31 2009, 08:26 PM) <{post_snapback}> (index.php?act=findpost&pid=23361)</div>
--- Quote Start --- I porting some software . for example for ARM but it is fail . I find we can't find nios2-linux-gnu or nios2-linux-uclibc-gnu can you help me ! thanks![/b] --- Quote End --- That's just part of porting to an unsupported architecture in an "autotools/autoconfig" based example. You're responsible for either modifying the configure.in (or something like that) or, if you're lucky...just adding the appropriate architecture/toolchain stuff in config.sub (config.sub.in). Initially, you might be able to get it to work just hacking the "configure" script, but you ought to be modifying the ".in" scripts...eventually. Cheers, - slacker