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

this repo only support i386 architecture? #1

Open
eexpress opened this issue Feb 14, 2020 · 2 comments
Open

this repo only support i386 architecture? #1

eexpress opened this issue Feb 14, 2020 · 2 comments

Comments

@eexpress
Copy link

eexpress commented Feb 14, 2020

⭕ make
#
# Dependencies...
#
# ... OK!
#
cc -O2 -Wall    -c -o foo2zjs.o foo2zjs.c
cc -O2 -Wall  -o foo2zjs foo2zjs.o jbig.o jbig_ar.o
/usr/bin/ld: i386 architecture of input file `jbig.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `jbig_ar.o' is incompatible with i386:x86-64 output
collect2: error: ld returned 1 exit status
make: *** [Makefile:457:foo2zjs] Error 1

⭕ uname -r
5.4.14-200.fc31.x86_64

My printer is Fuji-Xerox DocuPrint CP105b

foo2hbpl driver in official repo not support this print.

@mikerr
Copy link
Owner

mikerr commented Feb 14, 2020

I've used it on ARM raspberry pi, so no.

Delete the .o files, I think they're left over from an x86 build.

@eexpress
Copy link
Author

eexpress commented Feb 23, 2020

Yes, after rm *.o, make works. then sudo make install, and the printer appeared.

But it just show "stop" in the print queue. The statu of printer says "Filter failed".

screenshot

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

2 participants