Hello,
I'm working with Wi-iMX53 embedded linux, I have been following the steps of the manuals to build an application. At the moment I'm making a simple QT embedded application using QTDesigner. I'm using Digi Esp_DigiEL_5.9, when I debugging show the next error message: the mangling of 'va_list' has changed in GCC 4.4.
I read on internet that adding Wno-psabi can working, but I dont know how do It.