Hi, I've installed it in both c:/mspgcc (just in case) and c:/cygwin/opt/msp430 and if I run which msp430-gcc I get the /opt/msp430/bin folder. I'm using other flags along with -mdata-64k, could them cause this behaviour? I'm using the compiler to build a TinyOS application and the build system is quite complex (at least for me), so I'm not really sure of which flags are really necessary (-mingw-gcc -mdisable-hwmul).
2010/1/13 Gerald Lutter <[email protected]>: > Hi, > >> I've been trying the compiler on a msp430f2617. So far I haven't >> been able to use printf using the -mdata-64k option. The same >> program with the linux version of the compiler works just fine. >> Any thoughts on what may cause this? > > we use this compiler and it works for us using exactly the same chip. > Do you have multiple installations of the mspgcc toolchain? If yes, > you have to ensure that only the most recent toolchain is inside the > path, or at least the path to the most recent toolchain is evaluated > before any other mspgcc installation. > > Best regards, > Gerald > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > -- Jordi Soucheiron Software Engineer DEXMA Parc Tecnològic la Salle Sant Joan de la Salle, 42 08022 Barcelona t/f: [+34] 93 181 01 95 www.dexmatech.com [email protected]
