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

Binary compiled on Ubuntu 14.04 does not work #59

Open
hontvari opened this issue Jan 2, 2015 · 4 comments
Open

Binary compiled on Ubuntu 14.04 does not work #59

hontvari opened this issue Jan 2, 2015 · 4 comments

Comments

@hontvari
Copy link

hontvari commented Jan 2, 2015

If I compile the master branch on Ubuntu 14.04, the keyboard does nothing, the OS (Windows), does not receive any key presses. The result is the same when it is compiled on Ubuntu 12.10.

On the other hand, the partial-rewrite branch does work as expected.

How to reproduce:
sudo apt-get install git make gcc-avr binutils-avr avr-libc
git clone https://github.com/benblazak/ergodox-firmware.git
mv ergodox-firmware/ ergodox
cd ergodox/src
make

Upload using Teensy Loader 1.17, reboot. The keyboard does nothing when for example J is pressed.

@SvDvorak
Copy link

I have the same issue, compiling on Windows 7 SP1. After checking out some older commits I noticed that the problem disappears after checking out commit 1e9ebe4 so problem seems to be related to pull request #23.
As hontvari mentions, the partial-rewrite branch works fine.
I'm using WinAVR with Teensy Loader 1.17.

@phitsc
Copy link

phitsc commented Mar 5, 2015

Same problem here when compiling under Win 8.1 or Ubuntu 14.04.

Thanks SvDvorak for that commit ID.

@orcinus
Copy link

orcinus commented May 31, 2015

Same issue, Mac OS, checked out from master.
Additionally, all LEDs turn on and stay on.

@BlinkBP
Copy link

BlinkBP commented Sep 17, 2015

I think that this bug is caused in \lib-other\pjrc\usb_keyboard\usb_keyboard.c

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

5 participants