build - How to add a large number of source files to an IAR .eww -


We debug our binary using an IAR workspace (.ww) which was not used to make binary It was made using the command line Make the Make files created by a build system (actually lost in the mists of time).

After creating the source, do you automatically use the source file directory structure and add the same source? Due to the copying of some slopes, there are several copies of some sources in the structure; Pasteing the same file, 2 copies, possibly identical, different directories.

Project files (.app) just XML files source files

  & Lt; File & gt; & Lt; Name & gt; Path \ to \ source.c < / Name & gt; & Lt; / File & gt; Are listed as.  & lt; Project & gt;  node 

You can create a script (for example Python) that searches for files or gives them the script as a parameter, then filter the duplicates and update the IAR project file accordingly. Could.

But if you are using the IAR Compiler to create and create a workspace for debugging, then possibly creating the file completely and creating the project file from the ground up directly from the IDE And can debug?


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -