On 10/14 10:12AM, Sudhir Alluri wrote: > > Hi, > I got the below build error, wheni tried to build on s390 platform > > Linux 2.6.16.21-0.8-default #1 SMP Mon Jul 3 18:25:39 UTC 2006 s390x s390x > s390x GNU/Linux > > cc -Wall -I../../include -g -Wall -I../../../../include -Wall > ptrace06.c -L../../../../lib -lltp -o ptrace.06 > ptrace06.c:23:32: error: spawn_ptrace_child.c: No such file or directory
I think the problem was that it did not find the spawn_ptrace_child.c file. You can download the file again. It's the bug that when you execute "make clean", spawn_ptrace_child.c would be deleted. > ptrace06.c:49: error: invalid application of 鈙izeof? to incomplete type > 鈙truct pt_regs? > ptrace06.c:50: error: invalid application of 鈙izeof? to incomplete type > 鈙truct pt_regs? > ptrace06.c:51: error: invalid application of 鈙izeof? to incomplete type > 鈙truct pt_regs? > ptrace06.c:52: error: invalid application of 鈙izeof? to incomplete type > 鈙truct pt_regs? > ptrace06.c:73: error: invalid application of 鈙izeof? to incomplete type > 鈙truct pt_regs? > ptrace06.c:74: error: invalid application of 鈙izeof? to incomplete type > 鈙truct pt_regs? > ptrace06.c:75: error: invalid application of 鈙izeof? to incomplete type > 鈙truct pt_regs? > ptrace06.c:76: error: invalid application of 鈙izeof? to incomplete type > 鈙truct pt_regs? > ptrace06.c: In function 鈓ain?: > ptrace06.c:146: warning: implicit declaration of function 鈓ake_a_baby? > ptrace06.c:152: error: 鈖id? undeclared (first use in this function) > ptrace06.c:152: error: (Each undeclared identifier is reported only once > ptrace06.c:152: error: for each function it appears in.) > ptrace06.c:156: warning: implicit declaration of function 鈙trptrace? > > > I did not get this error when i did a build on x86_64. > > Regards, > Sudhir > Staff Software Engineer, > STG - ISL > IBM India > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list Thanks, -- Jin Bing Guo ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
