Hello,
Co linux is great-:)
I tried to build colinux under cygwin 1.5.9 and got the following
with the driver.o
undefined references __imp_MmAllocatePagesForMdl@...
undefined references __imp_MmMapIoSpace@...
undefined references __imp_KeQueryPerformanceCounter@...
the KeQueryPerformanceCounter is totaly disappeared from
the cygwin libhal.a in 1.5.9. I found the symbol in an 1.5.7 libhal but
i think this is only an short term fix.
The __imp_MmAllocatePagesForMdl@... isn't found. Only
__imp_MmAllocatePagesForMdl@... symbol exists but it
didn't matched.
The __imp_MmMapIoSpace@... only exists as
__imp_MmMapIoSpace@....
So i can't link the drive.o either and have no real idea how to fix.
Any clues?
regards
meno
|