This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision 3: Multiple Targets w/different & unique files that have the same names?

Hello.

Is it possible to have multiple targets in a single Project, where different projects include files that have the same name, but are located in different directories?

The files are different, btw. I'm using uVision 3 & PK51.

E.g.

Project 1: path_name\src_thin\dir.c, path_name\src_thin\file.c, etc.

Project 2: path_name\src_sthin\dir.c, path_name\src_sthin\dir.c, etc.

I've tried this, but even if I don't allow a file (e.g. Project 1's dir.c) to be included in the build of Project 2, I cannot add another same-named-but-different-and-in-a-different-directory file to Project 2 -- uVision complains that the file is already in the project.

IOW, it seems the uVision supports symbol links but only as far as file names, and not filenames with full paths ...

Please confirm this problem, or suggest a workaround (using just one Project, but multiple targets).

Thanks,

Parents
  • Hi Andrew.

    Thanks. Unfortunately that's not feasible in this case, as the source files are not mine, and must be kept in their original state so as to support future and regular updates from the provider, etc.

    IOW, changing file names in this case has far-reaching consequences ...

    Bummer.

    --Andrew

Reply
  • Hi Andrew.

    Thanks. Unfortunately that's not feasible in this case, as the source files are not mine, and must be kept in their original state so as to support future and regular updates from the provider, etc.

    IOW, changing file names in this case has far-reaching consequences ...

    Bummer.

    --Andrew

Children