Hello,
I am trying to compile my program directly on my arm cpu.
Although it is somewhat slow, I am able to reproduce the error with the below
step.
The arror is at (see below)
ar libts7000Support-3_14_11.a funcIdle.o
what am I missing?
gcc -c -D_POSIX_C_SOURCE=199506L -D_POSIX_THREADS -D_XOPEN_SOURCE=500
-D_ARM_NWFP_ -DUNIX
-D_BSD_SOURCE -Dlinux -D_REENTRANT -DDEBUG -I. -I../O.Common
-I. -I.. -I../../../include/os/Linux
-I../../../include -I/usr/local/epics/base/3.14.11/include/os/Linux
-I/usr/local/epics/base/3.14.11/include
-I/usr/local/epics/extras/3_14_11-20110107_142859/asyn/4-12-20110107_152039/include
-I/usr/local/epics/extras/3_14_11-20110107_142859/calc/2-7-20110107_151847/include
-I/usr/local/epics/extras/3_14_11-20110107_142859/genSub/1-6a-20110107_151216/include
-I/usr/local/epics/extras/3_14_11-20110107_142859/sscan/2-6-5-20110107_151705/include
-I/usr/local/epics/extras/3_14_11-20110107_142859/stream/2-4a-20110107_153019/include
../funcIdle.c
ar libts7000Support-3_14_11.a funcIdle.o
ar: illegal option -- 7
Usage: ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name]
[count] archive-file file...
ar -M [<mri-script]
commands:
d - delete file(s) from the archive
m[ab] - move file(s) in the archive
p - print file(s) found in the archive
q[f] - quick append file(s) to the archive
r[ab][f][u] - replace existing or insert new file(s) into the archive
t - display contents of archive
x[o] - extract file(s) from the archive
command specific modifiers:
[a] - put file(s) after [member-name]
[b] - put file(s) before [member-name] (same as [i])
[N] - use instance [count] of name
[f] - truncate inserted file names
[P] - use full path names when matching
[o] - preserve original dates
[u] - only replace files that are newer than current archive contents
generic modifiers:
[c] - do not warn if the library had to be created
[s] - create an archive index (cf. ranlib)
[S] - do not build a symbol table
[v] - be verbose
[V] - display the version number
@<file> - read options from <file>
emulation options:
No emulation specific options
ar: supported targets: elf32-littlearm elf32-bigarm elf32-little elf32-big srec
symbolsrec tekhex binary ihex
make[1]: *** [libts7000Support-3_14_11.a] Error 1
make[1]: Leaving directory
`/home/cls1fs/epics/epics2/svn/iocs/cls1/drv/ts7000/src/O.linux-armv4tl'
make: *** [install.linux-armv4tl] Error 2
--
Emmanuel
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|