簡體   English   中英

如何解決 omnet++ 中的 makefile 錯誤

[英]how can I solve makefile error in omnet++

我在 traci 文件中創建了自己的代碼並構建了它。 我有makefile錯誤我該如何解決?

2 errors generated.
Makefile:177: recipe for target '../out/gcc-debug/src/veins/modules/application/ieee80211p/BaseWaveApplLayer.o' failed
make[1]: *** [../out/gcc-debug/src/veins/modules/application/ieee80211p/BaseWaveApplLayer.o] Error 1
make[1]: Leaving directory '/c/Users/sepideh/src/omnetpp-5.0/samples/veins/src'
make: *** [all] Error 2
Makefile:16: recipe for target 'all' failed
16:41:24 Build Finished (took 1m:9s.529ms)

我遇到了同樣的問題。 我的解決方案是在沒有某些軟件包的情況下配置 omnet++。

 ./configure WITH_OSGEARTH=no WITH_OSG=no WITH_QTENV=no

然后像這樣:

make -j3

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM