ts-7000
[Top] [All Lists]

[ts-7000] Re: problem including header files from other directories with

To:
Subject: [ts-7000] Re: problem including header files from other directories with cross-com
From: Rod Nussbaumer <>
Date: Sun, 01 Jul 2012 12:01:09 -0700
> I got the following output:
> /home/damian/Desktop/usr/local/opt/crosstool/arm-linux/gcc-3.3.4-glibc-2.3.2/bin/../lib/gcc-lib/arm-linux/3.3.4/../../../../arm-linux/bin/ld:
>  cannot open output file adc: Is a directory
> collect2: ld returned 1 exit status

It looks like your real problem is unrelated to the location of the 
header files. The compiler seems to be trying to create a file when 
there is already an existing directory by that name.
You can tell gcc how to find headers in other directories by using the 
'-I' option.

eg:

gcc -I /some/absolute/directory -I ../some/relative/directory filename.c

    ---   rod.



------------------------------------

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/

<Prev in Thread] Current Thread [Next in Thread>
  • [ts-7000] Re: problem including header files from other directories with cross-com, Rod Nussbaumer <=
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU