Search found 4 matches

by Krzemo
Wed Jul 12, 2017 9:40 am
Forum: Development Tools and Programming
Topic: Internal compiler error
Replies: 1
Views: 2671

Internal compiler error

Hi!

When I try to compile my application I get an error:

xcc1: internal compiler error
Failed in ..\FrontEnd\PreCompAnalysis\apply_analysis.cpp, line 795
xf->getSpecializations().size() > (size_t) call->getSpecializationId()

what may be the reason of that kind of error
by Krzemo
Tue Jul 11, 2017 12:57 pm
Forum: Development Tools and Programming
Topic: Library API file not found
Replies: 12
Views: 10423

Re: Library API file not found

Thank you for your help - I've already solved the problem. It was the matter of the bad path in xTimeComposer.

The topic is off.
by Krzemo
Tue Jul 11, 2017 8:08 am
Forum: Development Tools and Programming
Topic: Library API file not found
Replies: 12
Views: 10423

Re: Library API file not found

Hi! I dealed with the uart.h inclusion - the project cleaning solved the problem - but I have another one. I created a new module named "module_xyz" with header file "xyz.h" inside of it. I would like to use my header file in the main application so I includer xyz.h in it and mad...
by Krzemo
Thu Jul 06, 2017 10:53 am
Forum: Development Tools and Programming
Topic: Library API file not found
Replies: 12
Views: 10423

Library API file not found

Hi! I have problem with including UART library API header file in my project. When I include it at the beginning of my header file (#include<uart.h>) the compiler shows, that it cannot find the file. I set the paths in the build configuration and added lib_uart module in the makefile. What could be ...