I think you're running into the same issue Peter wrote on an earlier post.

On Wed, Aug 7, 2013 at 2:12 PM, Johnaltan Neves <johnal...@gmail.com> wrote:

> TOOLCHAIN_DIR = /usr/local/msp430
> CC=$(TOOLCHAIN_DIR)/bin/msp430-gcc
>
> CPU_LINKER_FLAGS= -msr20 -md20 -ma20 -mmcu=msp430fg4618
> -L$(TOOLCHAIN_DIR)/msp430/lib/mcpu-430x/msr20/md20/ma20 -lm -lc -lfp
> -L/usr/local/msp430/lib/gcc/msp430/4.7.0/mcpu-430x/msr20/md20/ma20 -lgcc
>
> $(CC) $(OBJS) $(CPU_LINKER_FLAGS) -o "espectro_tiny.elf"
>
>
> 2013/8/7 Adam Ford <aford...@gmail.com>
>
>> Can you post a copy of the gcc and ld commands you are sending so we can
>> see how you are compiling it?
>>
>>
>>
>> On Wed, Aug 7, 2013 at 8:46 AM, Johnaltan Neves <johnal...@gmail.com>wrote:
>>
>>> Hello, I'm trying to compile log10 function but it doesn't work. When I
>>> compile this error message appears:
>>>
>>> /usr/local/msp430/lib/gcc/msp430/4.7.0/../../../../msp430/bin/ld:
>>> Warning:
>>> Conflicting CPUX target flags
>>> /usr/local/msp430/msp430/lib/mcpu-430x/libm.a(ef_log10.o):
>>>
>>>
>>> Can you help me?
>>>
>>> Best regards,
>>>
>>> --
>>> Johnaltan Ivon Neves
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>>> It's a free troubleshooting tool designed for production.
>>> Get down to code-level detail for bottlenecks, with <2% overhead.
>>> Download for free and get started troubleshooting in minutes.
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Mspgcc-users mailing list
>>> Mspgcc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>>>
>>>
>>
>
>
> --
> Johnaltan Ivon Neves
>
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to