All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Socketcan-users] Socketcan-users Digest, Vol 74, Issue 1
       [not found] ` <CANdmM3MJYNL_CtxAnTTkO9CLdNZR_=HEX6Vg6HoV2JHYbHkcww@mail.gmail.com>
@ 2013-04-29  7:29   ` Marc Kleine-Budde
       [not found]     ` <CANdmM3PR9X8+qDoWZm+2XtzOuqsi9bpg9W0p0w=m2R=7UA8G5A@mail.gmail.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Kleine-Budde @ 2013-04-29  7:29 UTC (permalink / raw)
  To: kedari appana; +Cc: linux-can

[-- Attachment #1: Type: text/plain, Size: 984 bytes --]

Hello kedari appana,

you're using an obsolete mailinglist, please come to
linux-can@vger.kernel.org

On 04/28/2013 08:33 PM, kedari appana wrote:
> I downloaded the can-utils and i try to use make command in each
> directory of that can utils i am getting a lots of errors.I read some

I cannot see your error messages, please provide the output.

> readme.txt  in some folder it is showing that the iproute2 is under
> petalinux source tree you need to install petalinux .Is that petalinux
> source tree is necessary for this.If necessary how to install it

Quick googling showes that petalinux is provided by xilinx, contact the
xilinx support for any petalinux related questions.

Marc
-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Socketcan-users] Socketcan-users Digest, Vol 74, Issue 1
       [not found]     ` <CANdmM3PR9X8+qDoWZm+2XtzOuqsi9bpg9W0p0w=m2R=7UA8G5A@mail.gmail.com>
@ 2013-05-06  7:54       ` Marc Kleine-Budde
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Kleine-Budde @ 2013-05-06  7:54 UTC (permalink / raw)
  To: kedari appana; +Cc: linux-can

[-- Attachment #1: Type: text/plain, Size: 2229 bytes --]

Hello kedari appana,

please don't send HTML mails, as they are not accepted on the linux-can
mailing-list.

On 05/06/2013 06:50 AM, kedari appana wrote:
>> Hi,
>>   
>>                  I am new to socket can  i downloaded the socketcan
> utilities
>> and when i try to run it i am getting the errors.
>> I compiled  iproute2-2.6.39.
>>
>> I made the following modifications
>>
>> In make file commented the below lines
>>
>> DESTDIR
>> DBM_INCLUDE
>> CC
>>
>> and the modifications  made are

It's good practice to illustrate your modifications with a diff.
I'm not sure if setenv works as you expected in Makefile....

>> setenv GNUEABI arm-xilinx-linux-gnueabi
>> setenv CC GNUEABI-gcc

You set CC to GNUEABI-gcc...

>> setenv LD GNUEABI-ld
>> setenv NM GNUEABI-nm
>> setenv AR GNUEABI-ar
>> setenv RANLIB GNUEABI-ranlib
>> setenv CXX GNUEABI-c++
>> setenv PREFIX /proj/epdsw/kedar/linux-xlnx/linux-xlnx/usr/
>> setenv CROSS_COMPILE_PREFIX PREFIX
>> setenv PATH /proj/epdsw/sadanand/arm-2010.09/bin:$PATH
>> setenv DBM_INCLUDE /usr/include
>> setenv INCLUDES /usr/include
>> setenv DESTDIR PREFIX


>>
>>
>> and after that i am using
>>  ./configure --host=arm-xilinx-linux-gnueabi  --prefix=$PREFIX
> --enable-debug
>> the above command
>> and it's output is
>> TC schedulers
>>  ATM    no
>>  IPT    using xtables
>> iptables modules directory: /lib/xtables
>> 
>> when i try to use make command i am getting below error
>>
>> make[1]: Entering directory
> `/proj/epdsw/kedar/linux-xlnx/user/iproute2-2.6.39/lib'
>> GNUEABI-gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes
>>  -Wall -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib/\" -fPIC 
> -c -o ll_map.o ll_map.c
>> make[1]: GNUEABI-gcc: Command not found

...and make uses GNUEABI-gcc to compile your code. You probable have to
use '$()' or '${}'. In a Makefile '$()' would be correct:

    setenv CC $(GNUEABI)-gcc

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-06  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.18.1367056804.27051.socketcan-users@lists.berlios.de>
     [not found] ` <CANdmM3MJYNL_CtxAnTTkO9CLdNZR_=HEX6Vg6HoV2JHYbHkcww@mail.gmail.com>
2013-04-29  7:29   ` [Socketcan-users] Socketcan-users Digest, Vol 74, Issue 1 Marc Kleine-Budde
     [not found]     ` <CANdmM3PR9X8+qDoWZm+2XtzOuqsi9bpg9W0p0w=m2R=7UA8G5A@mail.gmail.com>
2013-05-06  7:54       ` Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.