when I build my veins project I have the following error :
make[1]: *** [../out/gcc-release/src/mySimulation] Error 1
Makefile:100: recipe for target '../out/gcc-release/src/mySimulation' failed
make[1]: Leaving directory '/home/nai/omnet/omnetpp-5.2.1/myWorkspace/mySimulation/src'
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 2
the code portion of the makefiles where there is an error: makefile in the src folder:
@$(MKPATH) $O
make file in the out folder
all: checkmakefiles
cd src && $(MAKE)
I cleaned the project and I rebuild it but it didn't work can anyone help me