Spam detection software, running on the system "mx.qt-project.org",
has identified this incoming email as possible spam.  The original
message has been attached to this so you can view it or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  I haven't seen any source file where autocompletion works.
   The verbose console output is always similar or the same. I also tried 
running
   clang-tidy and clazy from the debugging tab and it seems clang doesn't like
   some gcc compiler arguments for the microcontroller. 

Content analysis details:   (5.0 points, 4.6 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 0.0 URIBL_BLOCKED          ADMINISTRATOR NOTICE: The query to URIBL was
                            blocked.  See
                            
http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
                             for more information.
                            [URIs: qt-project.org]
-0.0 BAYES_20               BODY: Bayes spam probability is 5 to 20%
                            [score: 0.1404]
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 0.0 RCVD_IN_MSPIKE_H3      RBL: Good reputation (+3)
                            [209.85.210.178 listed in wl.mailspike.net]
 0.0 HTML_MESSAGE           BODY: HTML included in message
 1.9 RAZOR2_CF_RANGE_51_100 Razor2 gives confidence level above 50%
                            [cf: 100]
 0.9 RAZOR2_CHECK           Listed in Razor2 (http://razor.sf.net/)
 0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
 2.2 FSL_BULK_SIG           Bulk signature with no Unsubscribe

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---
I haven't seen any source file where autocompletion works. The verbose
console output is always similar or the same.

I also tried running clang-tidy and clazy from the debugging tab and it
seems clang doesn't like some gcc compiler arguments for the
microcontroller.

I get a lot of error output in QtCreators output tab:
http://0x0.st/-2xF.txt

Should I try to remove those unsupported arguments somehow before clang
gets to process them?
I guess that involves somehow wrapping clang binaries in shell scripts
which strip them away?
I don't really know how QtCreator launches clang and if wrapping is an
option.

Thanks and best regards

Am Mo., 31. Mai 2021 um 11:06 Uhr schrieb Christian Kandeler <
christian.kande...@qt.io>:

> On 5/30/21 10:40 PM, Daniel Brunner wrote:
>
> > I started working on a C++ microcontroller project with the ESP32
> microcontroller and the esp-idf
> > framework. Before starting qtcreator and opening the firmware project,
> an environment setup script
> > needs to be sourced.
> >
> > The cmake run and build step succeed also in qtcreator, however I do not
> get any autocompletions.
> > I tried running qtcreator with an environment
> > variable: QT_LOGGING_RULES=qtc.clangbackend.verboselib=true
> > And I get this output:
> > http://0x0.st/-2Jm.txt
>
> This happens for all source files?
>
>
> Christian
> _______________________________________________
> Qt-creator mailing list
> Qt-creator@qt-project.org
> https://lists.qt-project.org/listinfo/qt-creator
>

--- End Message ---
_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to