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

designator order for field (IDFGH-10810) (AEGHB-335) #286

Closed
nadeem268 opened this issue Aug 5, 2023 · 1 comment
Closed

designator order for field (IDFGH-10810) (AEGHB-335) #286

nadeem268 opened this issue Aug 5, 2023 · 1 comment

Comments

@nadeem268
Copy link

/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp: In function 'void frame_cb(uvc_frame_t*, void*)':
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp:179:31: error: invalid conversion from 'void*' to 'uint8_t*' {aka 'unsigned char*'} [-fpermissive]
179 | s_fb.buf = frame->data;
| ~~~~~~~^~~~
| |
| void*
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp:183:31: error: invalid conversion from 'void*' to 'uint8_t*' {aka 'unsigned char*'} [-fpermissive]
183 | s_fb.buf = frame->data;
| ~~~~~~~^~~~
| |
| void*
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp: In function 'void app_main()':
/home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/main/main.cpp:240:5: error: designator order for field 'uvc_config::frame_index' does not match declaration order in 'uvc_config_t' {aka 'uvc_config'}
240 | };
| ^
[6/77] Performing build step for 'bootloader'
[1/1] cd /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/build/bootloader/esp-idf/esptool_py && /home/nadeem/.espressif/python_env/idf5.0_py3.10_env/bin/python /home/nadeem/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /home/nadeem/Documents/esp-iot-solution-usb-add_usb_solutions/examples/usb/host/sample_project/build/bootloader/bootloader.bin
Bootloader binary size 0x5190 bytes. 0x2e70 bytes (36%) free.
ninja: build stopped: subcommand failed.

  • The terminal process "/usr/bin/bash '-c', 'ninja '" terminated with exit code: 1.
@github-actions github-actions bot changed the title designator order for field designator order for field (IDFGH-10810) Aug 5, 2023
@leeebo
Copy link
Collaborator

leeebo commented Aug 7, 2023

@nadeem268 Hi please remove the issue to the corresponding repo esp-iot-solution/issues.

The branch usb/add_usb_solutions is archived now, for UVC+UAC example, please refer to esp-iot-solution/tree/master/examples/usb/host/usb_camera_mic_spk

@Alvin1Zhang Alvin1Zhang transferred this issue from espressif/esp-idf Aug 8, 2023
@github-actions github-actions bot changed the title designator order for field (IDFGH-10810) designator order for field (IDFGH-10810) (AEGHB-335) Aug 8, 2023
@leeebo leeebo added the Inactive label Nov 2, 2023
@leeebo leeebo closed this as completed Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants