Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Real-Time Software Components (RTSC) » file name too long error (windows)
file name too long error (windows) [message #714041] Tue, 09 August 2011 16:32 Go to next message
Patrick Geremia is currently offline Patrick GeremiaFriend
Messages: 79
Registered: July 2009
Member
I ran into the issue recently. We usually build on linux but from time
to time we have to use windows. Anyone has a solution?

/cygdrive/c/apps/ti/xdctools_3_22_01_21/bin/rm: cannot remove
`package/lib/xyz_
femtoPHY_pcl_release_core1_e66/cplane/hspa/cp_handlePhysicalSharedChReconfigRequ
est.oe66.dep': File name too long
Re: file name too long error (windows) [message #714076 is a reply to message #714041] Tue, 09 August 2011 18:37 Go to previous messageGo to next message
Sasha Slijepcevic is currently offline Sasha SlijepcevicFriend
Messages: 115
Registered: July 2009
Senior Member
Patrick,
you have somewhere in your package.bld a call to Pkg.addLibrary(). The first parameter in that call is the name of the library you are building. That name does not have to include a package name. It just have to be unique in the package you are building. This would allow you to shorten the file name part 'xyz_femtoPHY_pcl_release_core1_e66'. The last part comes from the name of the file you are compiling, so you can just name that file differently.
BTW, the file name length maximum comes from Windows, it's not an XDCtools restriction.
Re: file name too long error (windows) [message #714292 is a reply to message #714076] Wed, 10 August 2011 08:40 Go to previous messageGo to next message
Patrick Geremia is currently offline Patrick GeremiaFriend
Messages: 79
Registered: July 2009
Member
Ok. Thanks for the information.

Sasha Slijepcevic wrote:
> Patrick,
> you have somewhere in your package.bld a call to Pkg.addLibrary(). The
> first parameter in that call is the name of the library you are
> building. That name does not have to include a package name. It just
> have to be unique in the package you are building. This would allow you
> to shorten the file name part 'xyz_femtoPHY_pcl_release_core1_e66'. The
> last part comes from the name of the file you are compiling, so you can
> just name that file differently. BTW, the file name length maximum comes
> from Windows, it's not an XDCtools restriction.
Re: file name too long error (windows) [message #824435 is a reply to message #714041] Mon, 19 March 2012 17:08 Go to previous messageGo to next message
cerg lion is currently offline cerg lionFriend
Messages: 1
Registered: March 2012
Junior Member
File name too long error? I hope it will easily can solve by long path tool. please, go through the long path tool.
Re: file name too long error (windows) [message #938041 is a reply to message #824435] Tue, 09 October 2012 13:53 Go to previous message
Gabriel Nar is currently offline Gabriel NarFriend
Messages: 1
Registered: September 2012
Junior Member
Long Path Tool helped me in this situation. www.PathTooDeep.com

[Updated on: Wed, 10 October 2012 03:57]

Report message to a moderator

Previous Topic:Listing named values of an enum from .xs script.
Next Topic:'atexit' error when upgrading to xdctools 3.16
Goto Forum:
  


Current Time: Fri Apr 26 21:30:03 GMT 2024

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

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

Back to the top