Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only compiles from "example" directory #55

Closed
jwzumwalt opened this issue Nov 30, 2015 · 1 comment
Closed

Only compiles from "example" directory #55

jwzumwalt opened this issue Nov 30, 2015 · 1 comment

Comments

@jwzumwalt
Copy link

System: Win7 x64

IDE: 11.0-beta.3 and 11.0-beta.4

*** Update 2015.12.14 ***

I had copied all the examples into a separate directory to play around. I did not want to ruin the originals, I have since found out that if a program name is the same as an existing file or dir name, it will not compile. In other words... two duplicate file or directory names (even if in different sub-folders) will jam the compile. It seems the Java Engine or IDE is keeping track of names and does not tolerate identical ones.

I also noticed that UECIDE which is also a spin off of MPIDE has this same problem. The original parent code appears to have had the problem and has been inherited by all the spin-offs.


Will only compile programs from the [user|example] directory. If you move or rename this directory, programs will not compile.
ERROR:
[OUT] ERROR: p32-gcc.exe: error: led\Blink: No such file or directory

REPRODUCED:
If I open an "example" then re-save it in a different directory, future attempts to compile it will fail. It seems the IDE is keeping track of program names and will not tolerate duplicate names - even if they are in different directories.

@MefhigosetH
Copy link
Member

v11 not supported now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants