Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Real-Time Software Components (RTSC) » Problem with wholeprogram_debug profile for C64P target.XDc version 3.16.02.32(I am facing build failure issue when i try to build my application with whole_program_debug mode)
Problem with wholeprogram_debug profile for C64P target.XDc version 3.16.02.32 [message #513852] Thu, 11 February 2010 14:07 Go to next message
Ravindranath  is currently offline Ravindranath Friend
Messages: 2
Registered: October 2009
Junior Member
I am facing build failure issue when i try to build my application with whole_program_debug mode for C64P target.

The following is the error log.

configuring
evm3530_dsp/whole_program_debug/heapBufMP_omap3530dsp.x64P from package/cfg/evm3530_dsp/whole_program_debug/heapBufMP_omap35 30dsp_x64P.cfg ...
cl64P heapBufMPApp.c ...
cl64P package/cfg/evm3530_dsp/whole_program_debug/heapBufMP_omap35 30dsp_x64P.c ...
lnk64P evm3530_dsp/whole_program_debug/heapBufMP_omap3530dsp.x64P ...
>> Invalid intermediate file: /toolchains/xdc/xdctools_3_16_02_32/packages/ti/targets/rts6 000/lib/ti.targets.rts6000.a64P, aborting
>> Compilation failure

>> Compilation failure

[Updated on: Thu, 11 February 2010 14:11]

Report message to a moderator

Re: Problem with wholeprogram_debug profile for C64P target.XDc version 3.16.02.32 [message #513983 is a reply to message #513852] Thu, 11 February 2010 22:03 Go to previous message
Dave Russo is currently offline Dave RussoFriend
Messages: 172
Registered: July 2009
Senior Member
This error is coming from the TI linker and is often caused by mixing
libraries built using different versions of the the compiler. The TI
compiler does not maintain backward compatibility when using the whole
program optimizer :(

The xdc.runtime package was built using the 6.0.16 TI C compiler for the
C64P.

You must either use the 6.0.16 version of the compiler or re-build the
ti.targets.rts6000 package using you version of the compiler. To
re-build this package see
http://rtsc.eclipse.org/docs-tip/Working_with_xdc.runtime#Re -building_xdc.runtime_Support_Packages


On 2/11/2010 6:07 AM, Ravindranath wrote:
>
> The following is the error log.
>
> configuring evm3530_dsp/whole_program_debug/heapBufMP_omap3530dsp.x64P
> from package/cfg/evm3530_dsp/whole_program_debug/heapBufMP_omap35
> 30dsp_x64P.cfg ...
> cl64P heapBufMPApp.c ...
> cl64P package/cfg/evm3530_dsp/whole_program_debug/heapBufMP_omap35
> 30dsp_x64P.c ...
> lnk64P evm3530_dsp/whole_program_debug/heapBufMP_omap3530dsp.x64P ...
>>> Invalid intermediate file:
>>> /toolchains/xdc/xdctools_3_16_02_32/packages/ti/targets/rts6
>>> 000/lib/ti.targets.rts6000.a64P, aborting
>>> Compilation failure
>
>>> Compilation failure
>
Previous Topic:RTSC Platform
Next Topic:CCSv4.2 build settings to reference closure bundle when using GNU (gcc) compiler?
Goto Forum:
  


Current Time: Fri Apr 26 20:44:08 GMT 2024

Powered by FUDForum. Page generated in 0.03367 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top