Displaying 2 results from an estimated 2 matches for "ptxdist".
Did you mean:
ptrdist
2009 Jun 30
1
multiple definition of `_start' when using -ld with klcc
...ibc-test]$ cat klibc-test.c
#include <stdio.h>
int main(void)
{
printf("hello world");
}
[ringlej at ringlejxbuild ~/temp/klibc-test]$ CC=klcc LD=klcc LDFLAGS="-lc" make klibc-test
klcc -lc klibc-test.c -o klibc-test
/home/ringlej/WAVE/git/Platform/Volcano/os/ptxdist/isc/platform-ISC/sysroot-target/usr/lib/klibc/lib/libc.so: In function `_start':
bpabi.c:(.text+0x0): multiple definition of `_start'
/home/ringlej/WAVE/git/Platform/Volcano/os/ptxdist/isc/platform-ISC/sysroot-target/usr/lib/klibc/lib/crt0.o:(.text+0x0): first defined here
make: *** [klibc-...
2023 Jan 23
7
[Bug 3527] New: ssh-copy-id broken for dropbear
https://bugzilla.mindrot.org/show_bug.cgi?id=3527
Bug ID: 3527
Summary: ssh-copy-id broken for dropbear
Product: Portable OpenSSH
Version: 9.1p1
Hardware: Other
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: ssh-copy-id
Assignee: unassigned-bugs at mindrot.org