Part Number: AM4378
Good day to all,
I am using an AM43 Development Kit by Variscite.
First and foremost, I have tried to create a simple Hello World application using these two guides from TI(here) and Variscite(here). I have installed the SDK from Variscite and sourced my environment setup successfully. I have also successfully execute the 'make' command to create the file for the board and transfer the and execute the file to the target. However, When I restart my computer, or open QtCreator and try to create the file from the IDE. I receive an error message stating:
In file included from /opt/qt5devtools/sysroots/cortexa9hf-neon-linux-gnueabi/usr/include/qt5/QtCore/qnamespace.h:37:0,
from /opt/qt5devtools/sysroots/cortexa9hf-neon-linux-gnueabi/usr/include/qt5/QtCore/qobjectdefs.h:41,
from /opt/qt5devtools/sysroots/cortexa9hf-neon-linux-gnueabi/usr/include/qt5/QtCore/qobject.h:40,
from /opt/qt5devtools/sysroots/cortexa9hf-neon-linux-gnueabi/usr/include/qt5/QtCore/QObject:1,
from /opt/qt5devtools/sysroots/cortexa9hf-neon-linux-gnueabi/usr/include/qt5/QtGui/qwindow.h:37,
from /opt/qt5devtools/sysroots/cortexa9hf-neon-linux-gnueabi/usr/include/qt5/QtGui/QWindow:1,
from hellowindow.h:41,
from hellowindow.cpp:41:
/opt/qt5devtools/sysroots/cortexa9hf-neon-linux-gnueabi/usr/include/qt5/QtCore/qglobal.h:39:21: fatal error: cstddef: No such file or directory
If I try to repeat the steps for the manual qmake-make method, It doesn't work however many times I try to repeat it. I have reinstalled my entire Ubuntu 14 three times now and it always did the exact same thing. It only works the first time for every fresh installation. I have checked the directory where qglobal.h is located and it was there, so I don't understand where the error is coming from.
Please feel free to request further information as necessary. I will do my best to provide any clarification.
Kind regards,
Shoaib