auto_proj tool

Technical questions regarding the XTC tools and programming with XMOS.
User avatar
Lele
Active Member
Posts: 52
Joined: Mon Oct 31, 2011 4:08 pm

auto_proj tool

Post by Lele »

Hi,
I'm getting this warning when compiling:

"Warning: Cannot updating eclipse config (no auto_proj tool)"

the auto_proj.exe is there ( module_xcommon/build ), cant figure why the warning.


User avatar
davelacey
Experienced Member
Posts: 104
Joined: Fri Dec 11, 2009 8:29 pm

Post by davelacey »

Lele wrote:Hi,
I'm getting this warning when compiling:

"Warning: Cannot updating eclipse config (no auto_proj tool)"

the auto_proj.exe is there ( module_xcommon/build ), cant figure why the warning.
There are a couple of problems here:

* The auto_proj.exe tool shouldn't be checked in (I'll fix that)
* That warning probably isn't that useful

The warning says that the auto_proj tool isn't built. This tool needs to be built for every platform now and the plan is to include it with future dev tools releases. It only affects the XDE in a minor way (what include dirs it is aware of between apps and modules).

For now, the best thing is just to ignore the warning.

Regards,
Dave
User avatar
Lele
Active Member
Posts: 52
Joined: Mon Oct 31, 2011 4:08 pm

Post by Lele »

I wonder what was that tool for, also tried to re-compile it adding the tinyxml sources.
However I don't worry about it.
Thanks