afry-south / dragonfly-fcb

ÅF Dragonfly Quadrotor UAV Project
Other
7 stars 3 forks source link

Eclipse make exceeding command line character limit #129

Closed stenbergd closed 8 years ago

stenbergd commented 8 years ago

Eclipse uses the GNU ARM Eclipse Build Tools plugin to invoke make, rm etc. It seems that the long file paths for the object files (.o) are causing problems during the linking process.

More than 32768 characters are used in a single line, which is more than the sh.exe can handle.

This appeared after including the DSP Lib, but could have been encountered later in the project as well.

stenbergd commented 8 years ago

Suggested solution: Shorten folder names and perhaps restructure the project file tree.

stenbergd commented 8 years ago

Done.