-
Notifications
You must be signed in to change notification settings - Fork 2
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
issues compiling yi-hack-MStar in MacOSX 10.15.3 #2
Comments
Related with roleoroleo/yi-hack-MStar#133 @fjcabello can't simulate your problem. Probably not related but this is my absolute path for busybox:
What's your output for |
Hi, $ uname -a And my laptop: Thanks! Paco |
Hi, Thanks! |
Issue is due to MacOSX. I tried in Ubuntu and it's working. Only an issue with onvif |
@fjcabello my environment is also MacOS (Catalina 10.15.4). I have had no trouble building on 2019 iMac or 2018 MacBook Pro
Regarding the |
I will update in the next release. |
Strange, Strange... Do you know if ARM arch of the camera is 32bit or 64bit? Any idea? The only 'uncommon' thing of my Mac is that the filesystem is encrypted with FileVault. Not sure if this is making any impact because I'm sharing a folder with Docker... I don't think so. No more ideas right now. I'll continue tomorrow. If I can't find it I will compile run docker container in Ubuntu. |
Volume type? I'm on APFS Case Sensitive
|
Hi,
I have the docker image running and follow these steps:
But compile.sh fails
`root@ba068e8a531e:/yi-hack-src/yi-hack-MStar# ./scripts/compile.sh
YI-HACK - SRC COMPILER
MOD_DIR: /yi-hack-src/yi-hack-MStar/src/busybox
MOD_NAME: busybox
MOD_INIT: init.busybox
MOD_COMPILE: compile.busybox
MOD_INSTALL: install.busybox
Initializing busybox...
HEAD is now at b84194b13 Bump version to 1.29.3
Compiling busybox...
HOSTCC scripts/basic/split-include
scripts/basic/split-include.c: In function ‘main’:
scripts/basic/split-include.c:134:6: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
134 | fgets(old_line, buffer_size, fp_target);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fixdep: /usr/include/i386-linux-gn: No such file or directory
make[2]: *** [scripts/Makefile.host:104: scripts/basic/split-include] Error 2
make[1]: *** [/yi-hack-src/yi-hack-MStar/src/busybox/busybox/Makefile:357: scripts_basic] Error 2
make: *** [Makefile:522: include/autoconf.h] Error 2`
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: