-
Notifications
You must be signed in to change notification settings - Fork 30
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
Build OrangePi_H3 failure #2
Comments
I'm not sure if this helps or causes more trouble, but if I change:
… then I can get a "successful" build:
|
JYKeith123
pushed a commit
to JYKeith123/WiringPi
that referenced
this issue
Mar 22, 2018
See this. /************** OrangePi H3 ***********************/
#if CONFIG_ORANGEPI_H3 || CONFIG_ORANGEPI_H3_ZEROPLUS2
#define GPIOA_BASE (0x01C20000)
#define GPIO_NUM (0x40)
#define GPIO_BASE_MAP (0x01C20800)
#define MEM_INFO (1024)
#define GPIOL_BASE (0x01F02c00)
#define GPIOL_BASE_MAP (0x01F02000)
#define MAP_SIZE_L (4096 * 2)
#define GPIO_PWM_OP (0x01C21000)
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got an Orange Pi Plus H3 board. I've attempted to run build on/for it:
This is in a freshly cloned repo. I also get the same results after running
make clean
first.The text was updated successfully, but these errors were encountered: