- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all
I porting some software . for example for ARM ./configure --prefix=/home/nick/minigui/tmp/ --host=arm-linux --target=arm-linux I try to do it use next ./configure --prefix=/home/nick/minigui/tmp/ --host=nios2-linux --target=nios2--linux or ./configure --prefix=/home/nick/minigui/tmp/ --host=nios2-linux-uclibc --target=nios2--linux-uclibc but it is fail . I find we can't find nios2-linux-gnu or nios2-linux-uclibc-gnu can you help me ! thanks!Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
<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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page