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

libvterm/src/encoding.o not found #22

Open
madskjeldgaard opened this issue Mar 15, 2022 · 5 comments
Open

libvterm/src/encoding.o not found #22

madskjeldgaard opened this issue Mar 15, 2022 · 5 comments

Comments

@madskjeldgaard
Copy link

Hi I had some trouble compiling this using the instructions. I used the kox toolchain as suggested and it generally works but it has trouble finding encoding.o as per the error below (clipped the "not found" part because it was in danish):

arm-kobo-linux-gnueabihf-gcc-ar rc build/libvterm_kobo.a libvterm/src/encoding.o libvte rm/src/keyboard.o libvterm/src/mouse.o libvterm/src/parser.o libvterm/src/pen.o libvter m/src/screen.o libvterm/src/state.o libvterm/src/unicode.o libvterm/src/vterm.o /home/mads/x-tools/arm-kobo-linux-gnueabihf/lib/gcc/arm-kobo-linux-gnueabihf/11.2.0/../ ../../../arm-kobo-linux-gnueabihf/bin/ar: libvterm/src/encoding.o

I can't remember exactly how I fixed it but I got it working (sorry for lack of details, I'm quite ill).

@NiLuJe
Copy link
Contributor

NiLuJe commented Mar 15, 2022

Probably forgot to init/update the git submodules ;).

@llandsmeer
Copy link
Owner

llandsmeer commented Mar 16, 2022

Hmmn if you got that far at least the FBInk submodule was downloaded and 'build object files' step in Makevterm should have run.

Does running

make -f Makevterm clean

before the build do anything useful (after making sure you have the submodules)?

@madskjeldgaard
Copy link
Author

make -f Makevterm clean

Nope - and all submodules are downloaded.

Tried running

make -f Makevterm clean && make clean && make release

But same thing happens - it still complains about encoding.o not being found.

For reference, I am running the kobo toolchain from kox.

@NiLuJe
Copy link
Contributor

NiLuJe commented Mar 19, 2022

Can you post the full terminal output?

@llandsmeer
Copy link
Owner

And a find libvterm, maybe the encoding.c file got deleted?

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

3 participants