-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[project.py] is broken #1919
Comments
with a manual created '.temp' dir the execption disappears but that works just once because it is deleted after exporting and the generated gcc_arm/coide zip project files are nearly empty like the uvision/uvision5 files I'm using Windows 10, maybe under linux it is working ... |
I just merged #1912 , that should solve it . Please rerun , and let us know. I tested gcc arm and uvision. |
@ohagendorf coide exports, but seems like c99 is not enabled there (I tested with kl25z as I built the lib earlier). Can you please provide details if you find anything? |
I am seeing weird errors from various IDE, for instance LPC1768 for uvision with full sources, it does not compile. It complains about |
Additional to missing
in |
@ohagendorf Does that look like c files are compiled with c++ compiler? To me that would be the only explanation to some errors I am seeing, but could not spot the change causing this in the code base. |
No, in the project file they are all FileType 1, same as the other .c files. Filetype 8 is used by .cpp files. So that could not be the reason. |
I probably spot the issue , there's |
Thanks for the fast solution. |
It's still broken, at least if I generate a project with full sources there're duplicated symbols (.o files and also sources, thus like system , startup or others are duplicated). We have to investigate cc @screamerbg |
I don't have problems with something like this:
as I had before. |
I Am closing this, as it was resolved. the issue I reported here , I created a separate ticket for it to track it. |
After PR #1893 project.py does not work any longer.
The generated zip files are nearly empty or an exception is generated. In the following some examples:
Exporting to gcc:
Exporting to coide
Exporting to uvision/uvision5:
cc @screamerbg @theotherjimmy @sg- @0xc0170
The text was updated successfully, but these errors were encountered: