Am 28.10.2010 13:47, schrieb Sergio X:
> Hi list. I'm trying compile mspgcc4 for win32, using ming, under ubuntu
> linux 10.10. From some time I'm trying to do this. I modify the do-gcc.sh
> script add this lines:
>     --host=i586-mingw32msvc
>     --build=i686-linux-gnu
> The build system work fine building other applications, but fail building
> mspgcc4 with a message: /bin/bash: msp430-gcc: command not found
> Someone was try to do this? This is cross compiling, I want to make a
> windows application from linux using mingw, but the system is not mingw.
> I don't want to use cygwin.
Is PATH set properly? Do you get msp430-gcc when cross-compiling, or do
you get a different file name, possibly with the host triple in it? Even
if you find msp430-gcc, you won't be able to use it to compile libc, to
say the least -- you will need a native msp430-gcc (on i686-linux-gnu), too.

If all else fails, use Cygwin and build natively. You may not want to,
it may not be fast, but it worked flawlessly last time I tried.

*NOTE:*
The MinGW/MSys version is a paperweight pseudo-"port", just barely
sufficient to work for a couple of test runs, and was (from what I can
tell from the pertinent .txt file) only compiled natively, not cross-host.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to