HI all,
I am trying to setup MIDAS build environment in my machine. I am following the procedures in the link http://processors.wiki.ti.com/index.php/MIDAS_Ultrasound_v2.0_Demo
I have completed all the steps except "Build MIDAS" section. MIDAS build failed.
The following are the errors.
/opt/qt/bin/uic mainwindow.ui -o ui_mainwindow.h
arm-none-linux-gnueabi-g++ -c -pipe -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wall -W -D_REENTRANT -Dxdc_target_types__=gnu/targets/arm/std.h -Dxdc_target_name__=GCArmv5T -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../qt-everywhere-opensource-src-4.6.2/mkspecs/qws/linux-omap3-g++ -I. -I../../workdir/filesys/opt/qt/include/QtCore -I../../workdir/filesys/opt/qt/include/QtNetwork -I../../workdir/filesys/opt/qt/include/QtGui -I../../workdir/filesys/opt/qt/include -I. -I. -I../../workdir/filesys/include -o main.o main.cpp
mainwindow.h:58:25: error: UsFramework.h: No such file or directory
mainwindow.h:59:23: error: UsProcess.h: No such file or directory
mainwindow.h:60:23: error: UsControl.h: No such file or directory
mainwindow.h:61:23: error: UsAcquire.h: No such file or directory
mainwindow.h:62:23: error: UsDisplay.h: No such file or directory
mainwindow.h:63:17: error: scu.h: No such file or directory
mainwindow.h:64:17: error: dpu.h: No such file or directory
mainwindow.h:65:17: error: bpu.h: No such file or directory
In file included from main.cpp:54:
mainwindow.h:81: error: ISO C++ forbids declaration of 'scuConfig_t' with no type
mainwindow.h:81: error: expected ';' before '*' token
mainwindow.h:82: error: ISO C++ forbids declaration of 'scuConfig_t' with no type
mainwindow.h:82: error: expected ';' before '*' token
mainwindow.h:83: error: ISO C++ forbids declaration of 'bpuConfig_t' with no type
mainwindow.h:83: error: expected ';' before '*' token
mainwindow.h:84: error: ISO C++ forbids declaration of 'dpuConfig_t' with no type
mainwindow.h:84: error: expected ';' before '*' token
mainwindow.h:86: error: 'UsFramework_Handle' does not name a type
mainwindow.h:87: error: 'UsProcess_Handle' does not name a type
mainwindow.h:88: error: 'UsAcquire_Handle' does not name a type
mainwindow.h:89: error: 'UsDisplay_Handle' does not name a type
mainwindow.h:90: error: 'UsControl_Handle' does not name a type
mainwindow.h:92: error: 'BPU_COMPRESS_TBL_SIZE' was not declared in this scope
mainwindow.h:93: error: 'SCU_TISSUE_COLOR_MAPPING_TBL_SIZE' was not declared in this scope
mainwindow.h:94: error: 'SCU_FLOW_COLOR_MAPPING_TBL_SIZE' was not declared in this scope
mainwindow.h:95: error: 'SCU_ARBITRATION_TBL_SIZE' was not declared in this scope
mainwindow.h:105: error: 'bpuConfig_t' has not been declared
mainwindow.h:106: error: 'dpuConfig_t' has not been declared
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/tegralpb/midas/ultrasound'
make: *** [midas] Error 2
I tried to debug the issue. But I couldn't solve it yet. Please share your thoughts on this issue.
Thanks in advance,
Honey S