Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-24 Thread canfestival-devel
Hi all Thanks for your answers. I found out how make .c and .h file using .od file This line on cygwin In root of canfestival: python ../objectdictgen/objective.py examples/TestMasterSlave/TestMaster.od TestMaster.c python ../objectdictgen/objective.py examples/TestMasterSlave/TestSlave.od TestSlav

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-22 Thread canfestival-devel
Hi, Those missing file are generated from the .od files. See link below to learn how to do that. https://canfestival.org/doc On Feb 13, 2018 09:57, wrote: > Hi > I want to use only vs, but it seems impossibly! > Whenever I open canfestival root project, I can build canfestival library > succe

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-12 Thread canfestival-devel
Hi I want to use only vs, but it seems impossibly! Whenever I open canfestival root project, I can build canfestival library successfully but when I want to build other projects , I find out that some source files don't exist. For example in nimrof-canfestival (source you are using)/examples/testma

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-12 Thread canfestival-devel
Il Mon, 12 Feb 2018 12:08:26 +0330 canfestival-devel@lists.sourceforge.net scrisse: > Yes, my callsatck: > > cygwin1.dll!610dda44() Unknown > > [Frames below may be incorrect and/or missing, no symbols loaded for > cygwin1.dll] > > CanFestival-3.dll!scanIndexOD(struct_CO_Data * d, unsigned sho

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-12 Thread canfestival-devel
Yes, my callsatck: cygwin1.dll!610dda44() Unknown [Frames below may be incorrect and/or missing, no symbols loaded for cygwin1.dll] CanFestival-3.dll!scanIndexOD(struct_CO_Data * d, unsigned short wIndex, unsigned long * errorCode, unsigned long (struct_CO_Data *, const td_indextable *, unsigned

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-11 Thread canfestival-devel
Okay, But, could you print out the stack? On Mon, Feb 12, 2018 at 2:54 PM, wrote: > Hi > This exception thrown at 0x610DDA44 (cygwin.dll ) in TestMasterSlave.exe : > 0xc005 Access violation writing location 0 > This exception occur > On 11 Feb 2018 12:16 p.m., > wrote: > >> Hi >> when I cl

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-11 Thread canfestival-devel
Hi This exception thrown at 0x610DDA44 (cygwin.dll ) in TestMasterSlave.exe : 0xc005 Access violation writing location 0 This exception occur On 11 Feb 2018 12:16 p.m., wrote: > Hi > when I clone the files and then open the project I need driver, > Do your folder contained dll files. > withou

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-11 Thread canfestival-devel
Hi when I clone the files and then open the project I need driver, Do your folder contained dll files. without dll I can't see output for program. I can bulid project in visual stdio but in runnig for example for TestMasterSlave I get exception on canOpen(s_BOARD *board, CO_Data * d) function at t

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-10 Thread canfestival-devel
Hi, On windows i mainly develope using vs community 2017 v 15.5.5 (latest) I have not switch compiler or anything like that. Just clean installed. i have just cloned my can festival repository. Any build the project from scratch. Open CanFestival-3.vc15.sln switch to x86 debug build canfestival

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-10 Thread canfestival-devel
Hi Again You are right, testmasterslave and testmastermicromode run okey But for me only on cygwin not on vs. Did you run your code .exe on vs? On vs I'm still getting exception Many thanks for your response. On 10 Feb 2018 12:00 p.m., wrote: > Hi, > > I compile it from command line and do use vi

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-10 Thread canfestival-devel
Hi, I compile it from command line and do use visual studio together with cygwin when I stand in the project root in cmd: set PATH=C:\cygwin\bin;%PATH% bash -c ./configure make to run: set PATH=C:\cygwin\bin;%PATH% then run the exes I have tested CANOpenShell, TestMasterMicroMod and TestMasterS

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-09 Thread canfestival-devel
Hi Could you please tell me your steps? I do the configure steps and then I open the visual studio project to run it, I test the ./configure --target=win32 --can=tcp_wi32 --timers=unix but I got the same error "Segmentation fault and Exception on loading dll function" I saw this link https://ci.a

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-08 Thread canfestival-devel
Hi, Sorry for the short reply today, i have only found out that my cygwin setup does not build win32_timer, but unix_timer. Not sure why unix is detected, but will try with target=win32 later I have very limited experience with cygwin, so if you could check by buildlog to se if you see something

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-07 Thread canfestival-devel
Hi Many thanks for your response. I attached my makefile. I downloaded your file and try to build it but it wasn't successful, I got some linker errors. "LNK2001 unresolved external symbol scanIndexOD" I don't know why you use "Gnosis_Utils-1.2.2" for now, I want to run an example similar to "TestM

Re: [Canfestival-devel] help me configuring canfestival in windows

2018-02-07 Thread canfestival-devel
Hi, could you post the makefile from your win32_timer director? Also would you mind trying to build this repository? https://bitbucket.org/nimrof/canfestival-3-asc I have continues build for latest visual studio and cygwin working. I remember there was one or more a makefile problem to get cygwi