Re: [PATCH 2/2] Add LoongArch64 basic support
Jinyang He <[email protected]> Thu, 18 Jul 2024 20:58:57 +0800
| Newsgroups | gmane.lisp.gcl.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2024-07-17 21:50, Camm Maguire wrote: > Greetings, and thanks again for your helpful persistence. I believe the > latest master fixes this as well -- could you please try it out? Yes! The fixes works OK. I produced error follows, (make -v 4.4.1, both on amd64 and loongarch64) make[1]: 离开目录“...gcl/gcl/clcs” make[1]: 进入目录“...gcl/gcl/clcs” gcc -I../h -c -fsigned-char -pipe -fcommon -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic -Wall -Wno-empty-body -Wno-unused-but-set-variable -mno-relax -Wa,-mno-relax -I/usr/include/tirpc -O3 -I.../gcl/gcl/o -pg gcl_clcs_condition_definitions.c -o ../gprof/gcl_clcs_condition_definitions.o gcl_clcs_condition_definitions.c:3:10: 致命错误:gcl_clcs_condition_definitions.h:没有那个文件或目录 3 | #include "gcl_clcs_condition_definitions.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 编译中断。 make[1]: *** [makefile:14:../gprof/gcl_clcs_condition_definitions.o] 错误 1 make[1]: 离开目录“...gcl/gcl/clcs” make: *** [makefile:58:unixport/saved_ansi_gcl_gprof] 错误 2 I think it is because clcs/makefile delete INTERMEDIATE file automaticly. Thanks, Jinyang