Hello,
I am using the GCC 4.2.4 released sources and built tools for cr16 target.
> cr16-elf-gcc test.c -fPIC
cc1: error: unrecognized command line option "-imultilib"
cc1: error: too many filenames given. Type cc1 --help for usage
cc1: error: PIC: No such file or directory
==
I didn't see the above issue with gcc 4.2.1 source. Could you advise the reason
for the above error.
-v log:
===
gcc version 4.2.4
/scratch/user/swami/cr16-pic/src/linux/libexec/gcc/cr16-elf/4.1.2/cc1 -E
-lang-asm -quiet -v -I/scratch/user/swami/cr16-pic/src/linux/include
-imultilib PIC -iprefix
/scratch/user/swami/cr16-pic/src/linux/bin/../lib/gcc/cr16-elf/4.2.4/
crt0.s -fPIC -o /tmp/cc5CdqxM.s
===
Thanks
Swami