简体   繁体   中英

Debugging Qt on Sitara won't launch

(Sorry for my bad english)

I'm working on Sitara (ARM arch) and my computer is under Debian with Qt4 and i'm developing with Qt Creator.

I've configure the cross-compilation, but i can't launch my project under debug :/

I've this message :

Début du débogage Unknown argument: --once Échec du débogage Le débogage est fini

(Translate) Start debugging Unknown argument: --once Debugging failed Debugging finish

Anyone know this problem ? Google doesn't

Have a good day

--once is a parameter passed to GDBserver. If it is not understood, there is a chance that the GDBserver on the target is too old.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM