S32DS Application Project Compiling Problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32DS Application Project Compiling Problem

1,406 次查看
751301185
Contributor II

Hi,

When I'm compiling S32DS Application Project,there was a mistake.Who can help me solve it?

G:/S32 IDE/utils/msys32/mingw32/bin/../lib/gcc/i686-w64-mingw32/6.2.0/ld.exe: cannot find G:/S32: No such file or directory

Console details:

10:03:04 **** Incremental Build of configuration EMU for project LDW_PC_EMU ****
make all
Building file: ../A53_src/main.cpp
Invoking: Cross G++ Compiler
g++ -DAPEX2_EMULATE=1 -DACF_KERNEL_IMPLEMENTATION=1 -DACF_KERNEL_METADATA=1 -I"G:\S32 IDE\eclipse\../S32DS/APUEmulation/apu/src" -I"G:\S32 IDE\eclipse\../S32DS/APUEmulation/acf/src" -I"G:\S32 IDE\eclipse\../S32DS/OpenCV/install/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/apex/acf/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/utils/umat/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/utils/oal/user/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/utils/matrix/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/utils/common/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_arithmetic_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_box_generic_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_comparison_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_conversion_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_display_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_feature_detection_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_filtering_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_geometry_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_morphology_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_object_detection_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_optimization_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_resizing_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/sample_statistics_kernels/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/apexcv_base_arithmetic/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/apexcv_base_color_conversion/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/apexcv_base_histogram/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/apexcv_base_image_filters/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/apexcv_base_integral_image/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/kernels/apu/apexcv_base_interpolation/src" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/apexcv_base/apexcv_core/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/apexcv_base/arithmetic/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/apexcv_base/color_convertion/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/apexcv_base/histogram/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/apexcv_base/image_filters/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/apexcv_base/integral_image/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/apexcv_base/interpolation/include" -I"G:\S32 IDE\eclipse\../S32DS/s32v234_sdk/libs/apexcv_ref/apexcv_base/base/include" -I"D:/LDW/LDW_PC_EMU/graphs" -I"D:/LDW/LDW_PC_EMU/A53_inc" -I"D:/LDW/LDW_PC_EMU/APU_kernels" -I"D:/LDW/LDW_PC_EMU/A53_gen/inc" -O2 -g -Wall -c -fmessage-length=0 -MMD -MP -MF"A53_src/main.d" -MT"A53_src/main.o" -o "A53_src/main.o" "../A53_src/main.cpp"
../A53_src/main.cpp: In function 'int main(int, char**)':
../A53_src/main.cpp:311:6: warning: unused variable 'lRetVal' [-Wunused-variable]
int lRetVal = 0;
^~~~~~~
../A53_src/main.cpp: In function 'void Right_lane_process_funciton(std::vector<double, std::allocator<double> >&, std::vector<double, std::allocator<double> >&, std::vector<int>&, std::vector<cv::Vec<double, 4> >&)':
../A53_src/main.cpp:798:11: warning: variable 'Need_Line_slope' set but not used [-Wunused-but-set-variable]
double Need_Line_slope = 0;
^~~~~~~~~~~~~~~
Finished building: ../A53_src/main.cpp

Building target: LDW_PC_EMU_emu.exe
Invoking: Cross G++ Linker
g++ -L"G:\S32 IDE\eclipse\../S32DS/APUEmulation/libs" -L"G:\S32 IDE\eclipse\../S32DS/OpenCV/install/x86/mingw/lib" -o "LDW_PC_EMU_emu.exe" ./A53_src/main.o -lall_kernels -lapexcv_base_lib -lapexcv_base_kernels -lACF_lib -lAPU_lib -lmisc_lib -lopencv_calib3d310 -lopencv_core310 -lopencv_features2d310 -lopencv_flann310 -lopencv_highgui310 -lopencv_imgcodecs310 -lopencv_imgproc310 -lopencv_ml310 -lopencv_objdetect310 -lopencv_photo310 -lopencv_shape310 -lopencv_stitching310 -lopencv_superres310 -lopencv_ts310 -lopencv_video310 -lopencv_videoio310
G:/S32 IDE/utils/msys32/mingw32/bin/../lib/gcc/i686-w64-mingw32/6.2.0/ld.exe: cannot find G:/S32: No such file or directory
G:/S32 IDE/utils/msys32/mingw32/bin/../lib/gcc/i686-w64-mingw32/6.2.0/ld.exe: cannot find IDE/utils/msys32/mingw32/bin/../lib/gcc/i686-w64-mingw32/6.2.0/../../../../i686-w64-mingw32/lib/../lib/default-manifest.o: No such file or directory
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:47: LDW_PC_EMU_emu.exe] Error 1

10:03:12 Build Finished (took 8s.278ms)

标记 (1)
2 回复数

1,155 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

you are using folder names with spaces. It looks that MSYS console can't handle it. Try to install S32DS into folder without space in name - G:\S32_IDE instead G:\S32 IDE

Jiri 

1,155 次查看
751301185
Contributor II

Thank you very much for your help. It's settled.

0 项奖励
回复