autoas / as

automotive software(OSEK & AUTOSAR) and its tool-chain
https://github.com/autoas/ssas-public
976 stars 479 forks source link

scons run doesnt start the exe due to wpcap dependency on Windows10 #36

Closed suriavishal closed 3 years ago

suriavishal commented 3 years ago

I have finished building the source and generated the image for x86 machine.

When i try to run the exe it shows the following error

image

So i got the wpcap.dll and pasted in the relevant folder structure. Then my exe doesnt start and i get the following error

image

and my QEMU shows this

image

Please help me out ! Thank you in advance.

kayoub5 commented 3 years ago

Install WinPcap or Npcap

suriavishal commented 3 years ago

@kayoub5 Tried. Still not working