zap8600
zap8600
I think the error is from `../binutils-2.37/bfd/archive.c"` because it is missing a quotation mark. How can I change this?
Hey. Sorry if I bothered you about the cross compiler thing. I did manage to compile binutils 2.28 for ARM64. If you want I can share the package. I compiled...
Hey. So I'm trying something with gcc. At a certain point in the build, gcc will start using the build system, which for me is `i686-pc-msys`. I read some complaints...
Hey. The llvm-mingw compiler is missing `sys/wait.h`. Do you have a copy?
Hey. I'm getting an error trying to compile gcc 7.1.0. Whenever it tries to run a self test, it gives me the error `nul: invalid argument`. How do I fix...
Nice! Currently, I'm working on my U-Boot port and a small laptop with the ESP32-S3, so It'll be a minute before I give it a test. The low speeds are...
It might be a bit early to ask, but is being a device possible as well? I think Linux has USB OTG support, and I know the ESP32-S3 has it,...
If both host and peripheral work, then does OTG work? I'd assume that external USB power would be needed. I'm not sure how Linux detects whether it's a host or...
I thought that the ESP32-S3 had a UTMI+ OTG interface routed through the GPIO matrix for detecting A-mode or B-mode. I think they're called `usb_otg_avalid_in` and `usb_otg_bvalid_in` in the TRM....
I thought they were inputs, but I guess I was wrong. Sorry. In that case, then how does the external transceiver work? I'm not sure I understand it.