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

Failure to reproduce the compilation locally: app is refused on the nwa flashing website #3

Open
Naereen opened this issue Oct 20, 2024 · 2 comments

Comments

@Naereen
Copy link

Naereen commented Oct 20, 2024

When trying to reproduce the compilation of this app, I get no error when calling make build, but then the app fails to be accepted on the nwa flashing website for Numworks.
On that page, the Chrome dev tools show this error:

apps:1 Uncaught (in promise) ./this.program: app.nwa: in function `__libc_fini_array':
/build/newlib-pB30de/newlib-3.3.0/build/arm-none-eabi/thumb/v7e-m+fp/hard/newlib/libc/misc/../../../../../../../../newlib/libc/misc/fini.c:36: undefined reference to `_fini'
./this.program: app.nwa: in function `_sbrk':
/build/newlib-pB30de/newlib-3.3.0/build/arm-none-eabi/thumb/v7e-m+fp/hard/libgloss/libnosys/../../../../../../../libgloss/libnosys/sbrk.c:21: undefined reference to `end'

Installing the application provided here on your GitHub release page (or on https://yaya-cout.github.io/Nwagyu/guide/apps/lua.html) works fine.

Do you have any idea why my local build fails to be accepted by the nwa flashing website?
Thanks in advance! Regards, @Naereen

@Naereen
Copy link
Author

Naereen commented Oct 20, 2024

Also: The size of the app is shown as "Size: NaN KB" on the flashing website.

@Naereen
Copy link
Author

Naereen commented Oct 20, 2024

Note: I encounter the exact same issue if I run make run locally with my Numworks calculator connected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant