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

"Circular dependency dropped" messages on Manjaro when running make #10

Open
ghost opened this issue Jan 2, 2020 · 1 comment
Open

Comments

@ghost
Copy link

ghost commented Jan 2, 2020

Hi. I'm trying to update the firmware on my PBP running Manjaro ARM. When I run make, I get the following output:

$ make
make: Circular firmware/fw_tp_update.hex <- firmware/fw_tp_update.hex.c dependency dropped.
xxd -i firmware/fw_tp_update.hex firmware/fw_tp_update.hex.c
make: Circular firmware/fw.hex <- firmware/fw.hex.c dependency dropped.
xxd -i firmware/fw.hex firmware/fw.hex.c
make: Circular firmware/tpfw.bin <- firmware/tpfw.bin.c dependency dropped.
xxd -i firmware/tpfw.bin firmware/tpfw.bin.c
gcc -o updater updater.c usb_read.c usb_write.c usb_context.c usb_keyboard.c usb_touchpad.c firmware/fw_tp_update.hex.c firmware/fw.hex.c firmware/tpfw.bin.c -lusb-1.0

I'm not really sure what this means even after Googling similar messages. Not sure if it's safe to proceed in this state. Any ideas about this? I haven't found anyone else mention this issue. Thanks!

@ayufan
Copy link
Member

ayufan commented Jan 21, 2020

This is nothing serious, likely this is due to how make is build. I will improve that.

ayufan added a commit that referenced this issue Jan 21, 2020
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

1 participant