Re: [Mspgcc-users] New MSP430 GCC version release available!

2015-10-16 Thread DJ Delorie
> It is clang 3.4.1, and I don't want to install gcc, if it is possible to > avoid with some "simple" patch :) IIRC there's an option in clang to use the old semantics (-std=gnu89). --

Re: [Mspgcc-users] New MSP430 GCC version release available!

2015-10-16 Thread DJ Delorie
That should be built as part of building gcc/ so you probably have a problem earlier on that you didn't see in your logs... -- ___ Mspgcc-users mailing list

Re: [Mspgcc-users] New MSP430 GCC version release available!

2015-10-16 Thread Lev Serebryakov
Hello DJ, Friday, October 16, 2015, 1:03:06 AM, you wrote: > You're probably running into a common problem with "static inline" vs > "extern inline" - the semantics of those changed with the recent C > standards, so not all compilers do the same thing. I assume you're > not using GCC? It is

Re: [Mspgcc-users] New MSP430 GCC version release available!

2015-10-16 Thread Lev Serebryakov
Hello DJ, Friday, October 16, 2015, 1:03:06 AM, you wrote: > You're probably running into a common problem with "static inline" vs > "extern inline" - the semantics of those changed with the recent C > standards, so not all compilers do the same thing. I assume you're > not using GCC? Ok,