You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm download Circle, and Faux86.
configure circle for Pi4 32bit
Rename Ram.h in RAM.h
I'm try to compile it and it failed
CPP kernel.o
In file included from kernel.h:37,
from kernel.cpp:21:
../../circle/include/circle/usb/dwhcidevice.h:153:24: error: cannot declare field 'CDWHCIDevice::m_RootPort' to be of abstract type 'CDWHCIRootPort'
153 | CDWHCIRootPort m_RootPort;
| ^~~~~~~~~~
In file included from ../../circle/include/circle/usb/dwhcidevice.h:28,
from kernel.h:37,
from kernel.cpp:21:
../../circle/include/circle/usb/dwhcirootport.h:29:7: note: because the following virtual functions are pure within 'CDWHCIRootPort':
29 | class CDWHCIRootPort : public CUSBHCIRootPort
| ^~~~~~~~~~~~~~
In file included from ../../circle/include/circle/usb/dwhcirootport.h:23,
from ../../circle/include/circle/usb/dwhcidevice.h:28,
from kernel.h:37,
from kernel.cpp:21:
../../circle/include/circle/usb/usbhcirootport.h:36:20: note: 'virtual u8 CUSBHCIRootPort::GetPortID() const'
36 | virtual u8 GetPortID (void) const = 0;
| ^~~~~~~~~
make: *** [../../circle/Rules.mk:190 : kernel.o] Erreur 1
Does somebody can to explain how compile it under linux ?
Thanks for help
The text was updated successfully, but these errors were encountered:
Hello,
I'm download Circle, and Faux86.
configure circle for Pi4 32bit
Rename Ram.h in RAM.h
I'm try to compile it and it failed
CPP kernel.o
In file included from kernel.h:37,
from kernel.cpp:21:
../../circle/include/circle/usb/dwhcidevice.h:153:24: error: cannot declare field 'CDWHCIDevice::m_RootPort' to be of abstract type 'CDWHCIRootPort'
153 | CDWHCIRootPort m_RootPort;
| ^~~~~~~~~~
In file included from ../../circle/include/circle/usb/dwhcidevice.h:28,
from kernel.h:37,
from kernel.cpp:21:
../../circle/include/circle/usb/dwhcirootport.h:29:7: note: because the following virtual functions are pure within 'CDWHCIRootPort':
29 | class CDWHCIRootPort : public CUSBHCIRootPort
| ^~~~~~~~~~~~~~
In file included from ../../circle/include/circle/usb/dwhcirootport.h:23,
from ../../circle/include/circle/usb/dwhcidevice.h:28,
from kernel.h:37,
from kernel.cpp:21:
../../circle/include/circle/usb/usbhcirootport.h:36:20: note: 'virtual u8 CUSBHCIRootPort::GetPortID() const'
36 | virtual u8 GetPortID (void) const = 0;
| ^~~~~~~~~
make: *** [../../circle/Rules.mk:190 : kernel.o] Erreur 1
Does somebody can to explain how compile it under linux ?
Thanks for help
The text was updated successfully, but these errors were encountered: