Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Somebody compile it with success? #9

Open
jmmparis opened this issue Dec 21, 2022 · 2 comments
Open

Somebody compile it with success? #9

jmmparis opened this issue Dec 21, 2022 · 2 comments

Comments

@jmmparis
Copy link

jmmparis commented Dec 21, 2022

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

@ArnoldUK
Copy link

ArnoldUK commented Jan 8, 2023

What linux distro are you using ? Have you downloaded the build-essentials and the appropriate arm compilers for rpi ?

@Alienpluto
Copy link

What version of circle ⭕️ was used to compile this ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants