mirrored from git://git.sv.gnu.org/gnulib.git
-
Notifications
You must be signed in to change notification settings - Fork 112
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
facing problem while compiling buildroot #9
Comments
On 2020-07-23 14:41, Billa Surendra wrote:
Dear all,
I am trying to compile buildroot for riscv64, but I am getting errors.
Error:
fseeko.c:109:4: error: #error "Please port gnulib fseeko.c to your platform! Loo k at the code in fseeko.c, then report
this to bug-gnulib."
109 | #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."
| ^~~~~
make[5]: *** [Makefile:1842: fseeko.o] Error 1
make[5]: *** Waiting for unfinished jobs....
freadahead.c: In function 'freadahead':
freadahead.c:91:3: error: #error "Please port gnulib freadahead.c to your platfo rm! Look at the definition of fflush,
fread, ungetc on your system, then report this to bug-gnulib."
91 | #error "Please port gnulib freadahead.c to your platform! Look at the d efinition of fflush, fread, ungetc on your
system, then report this to bug-gnuli b."
| ^~~~~
make[5]: *** [Makefile:1842: freadahead.o] Error 1
make[4]: *** [Makefile:1602: all] Error 2
make[3]: *** [Makefile:1506: all-recursive] Error 1
make[2]: *** [Makefile:1461: all] Error 2
make[1]: *** [package/pkg-generic.mk:198: /home/billa/buildroot-riscv-2018-10-20
/output/build/host-m4-1.4.17/.stamp_built] Error 2
make: *** [Makefile:36: _all] Error 2
Can any one please help me regarding above error
Thanks in advance
Billa
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABH2LNMVVR6DBX4ZAF3IXO3R5AVX5ANCNFSM4PFV3VJA>.
This is just a mirror of the GNU coreutils package which uses gnulib.
I suggest to report this issue to upstream gnulib at mailto:[email protected]
Maybe you could check as well with the latest gnulib code by
creating a standalone testdir with:
$ git clone --depth 1 git://git.savannah.gnu.org/gnulib.git
$ cd gnulib
$ ./gnulib-tool --create-testdir --dir=testdir freadahead fseeko
$ cd testdir
$ ./configure && make && make check
Have a nice day,
Berny
|
Faced the same issue, and , I just changed the version of m4 in buildroot package/m4/m4.mk and a fix has been provided on this. |
1 similar comment
Faced the same issue, and , I just changed the version of m4 in buildroot package/m4/m4.mk and a fix has been provided on this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear all,
I am trying to compile buildroot for riscv64, but I am getting many errors. I don't know how to resolve this error.
Error:
fseeko.c:109:4: error: #error "Please port gnulib fseeko.c to your platform! Loo k at the code in fseeko.c, then report this to bug-gnulib."
109 | #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."
| ^~~~~
make[5]: *** [Makefile:1842: fseeko.o] Error 1
make[5]: *** Waiting for unfinished jobs....
freadahead.c: In function 'freadahead':
freadahead.c:91:3: error: #error "Please port gnulib freadahead.c to your platfo rm! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib."
91 | #error "Please port gnulib freadahead.c to your platform! Look at the d efinition of fflush, fread, ungetc on your system, then report this to bug-gnuli b."
| ^~~~~
make[5]: *** [Makefile:1842: freadahead.o] Error 1
make[4]: *** [Makefile:1602: all] Error 2
make[3]: *** [Makefile:1506: all-recursive] Error 1
make[2]: *** [Makefile:1461: all] Error 2
make[1]: *** [package/pkg-generic.mk:198: /home/billa/buildroot-riscv-2018-10-20 /output/build/host-m4-1.4.17/.stamp_built] Error 2
make: *** [Makefile:36: _all] Error 2
Can any one please help me regarding above error.
Thanks in advance
Billa
The text was updated successfully, but these errors were encountered: