Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Help needed quickly : matrixpilotquad issue of setup
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 75 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
eng.kwili  
View profile  
 More options Oct 4 2012, 11:21 am
From: "eng.kwili" <kwil...@gmail.com>
Date: Thu, 4 Oct 2012 08:21:34 -0700 (PDT)
Local: Thurs, Oct 4 2012 11:21 am
Subject: Help needed quickly : matrixpilotquad issue of setup

hello,  
thank you for the hard work done on the matrixpilot, am using udb4 for my
quadcopter my isue is that I downloaded the MatrixPilotQuad_markwhitehorn
in a seperate directory of matrix pilot 3.0 and when I compile i have a lot
of errors I dont know what is the mistake am doing so could u please tell
me how to use the code or how to set it up? ?
thank you.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
János Mészáros  
View profile  
 More options Oct 4 2012, 1:52 pm
From: János Mészáros <mes...@map.elte.hu>
Date: Thu, 4 Oct 2012 10:52:59 -0700 (PDT)
Local: Thurs, Oct 4 2012 1:52 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Hi Eng.kwili,

Please provide more detailed info about your errors to understand deeply
your environment (which version IDE do you use) or setup (Win, Mac etc.)
and others. I really don't want to hijack your post, but I've also
experienced some compilation errors with MP_Quad trunk version, maybe yours
are identical?

Regards,
János

  error_mpquad.jpg
569K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eng.kwili  
View profile  
 More options Oct 4 2012, 3:21 pm
From: "eng.kwili" <kwil...@gmail.com>
Date: Thu, 4 Oct 2012 12:21:09 -0700 (PDT)
Local: Thurs, Oct 4 2012 3:21 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

> Iam using Wndows 7 , and Mplab v8.86 , I have  attached the errors as a
> picture

one important thing is that am using MatrixPilotQuad_MarkWhitehorn code
without the matrixpilot 3.0 I mean I didnt mix the files together and I
think it is the right way please if am wrong inform me thank you.

  1.png
96K Download

  2.png
100K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
markw  
View profile  
 More options Oct 5 2012, 12:41 pm
From: markw <kd0...@gmail.com>
Date: Fri, 5 Oct 2012 09:41:40 -0700 (PDT)
Local: Fri, Oct 5 2012 12:41 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

These errors hint that there is something wrong with file
libUDB_internal.h. Is it possible that you got conflicts on an SVN update?
Conflicts result in lines like:

<<<<<<< .mine

inserted in your source files. A fresh checkout of the project shouldn't
have this problem, though.

regards,
--Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eng.kwili  
View profile  
 More options Oct 5 2012, 12:55 pm
From: "eng.kwili" <kwil...@gmail.com>
Date: Fri, 5 Oct 2012 09:55:52 -0700 (PDT)
Local: Fri, Oct 5 2012 12:55 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
markw  
View profile  
 More options Oct 6 2012, 2:17 pm
From: markw <kd0...@gmail.com>
Date: Sat, 6 Oct 2012 11:17:13 -0700 (PDT)
Local: Sat, Oct 6 2012 2:17 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

The first error message you show for libUDB_internal.h is complaining about
a "'<' token".
Line 1 of this file is supposed to be:
// This file is part of MatrixPilot.
Note that there is no '<' token on this line, so there appears to be
something wrong with your working copy.

Perhaps you should try building project MPQpid400.X using MPLAB-X as that
is how I am doing it.
MPLAB-X is the latest version of MicroChip's IDE and is now available for
free download. The C30 compiler still works, so you should be able to use
the compiler you already have with MPLAB8.

best regards,
--Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thar  
View profile  
 More options Oct 9 2012, 7:20 am
From: Thar <tharthar...@gmail.com>
Date: Tue, 9 Oct 2012 04:20:00 -0700 (PDT)
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Hi, I also bought UDB4 board. I compile "MatrixPilot_3_2_1" (from zip
folder) and the compiling is successful. I want to build Quad copter and
try to use code from MatrixPillotQuad_MarkWhitehorn<http://code.google.com/p/gentlenav/source/browse/?r=1619#>.
My question is "Do I have to replace all the files from
MatrixPillotQuad_MarkWhitehorn<http://code.google.com/p/gentlenav/source/browse/?r=1619#> to MatrixPilot_3_2_1
in order to build for Quadcopter" ? If not, how do I build and compile the
code for Quad copter.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
János Mészáros  
View profile  
 More options Oct 9 2012, 4:25 pm
From: János Mészáros <mes...@map.elte.hu>
Date: Tue, 9 Oct 2012 13:25:44 -0700 (PDT)
Local: Tues, Oct 9 2012 4:25 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Hi Mark,

I've tried to build your quad code in MPLab X IDE but I got several errors
(attached textfile with the full build log - 17,18 and 26, 28,29 lines with
errors) during the process. I tried to follow your previous suggestions but
I got always the same.

Regards,
János

  compile_error_MPQuad.txt
7K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Giulio Berti  
View profile  
 More options Oct 10 2012, 4:05 am
From: Giulio Berti <giu...@gmail.com>
Date: Wed, 10 Oct 2012 01:05:35 -0700 (PDT)
Local: Wed, Oct 10 2012 4:05 am
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Hi Mark,

I've tried to do what you previously suggested me without success, I can't
compile anything in MplabX (I've tried also to compile trunk).

What I did:

   - A fresh install of Mplab X and xc16

   *Product Version:* MPLAB X IDE v1.30

   *Java:* 1.6.0_32; Java HotSpot(TM) Client VM 20.7-b02

   *System:* Windows XP version 5.1 running on x86; Cp1252; it_IT (mplab)

   *Userdir:* C:\Documents and Settings\Prof\Application
   Data\.mplab_ide\dev\v1.30  
   - A checkout using tortoise svn of your branch
   - renamed option_base.h in options.h and commented the #error lines
   - checked that the include paths are right in the project properties

What I got:
(same as Jŕnos)

   -
   - make[2]: *** No rule to make target `../main.c', needed by
   `build/default/production/_ext/1472/main.o'.  Stop.
   make[1]: *** [.build-conf] Error 2
   "C:\Program Files\Microchip\mplabc30\v3.30c\bin\pic30-gcc.exe" -g
   -omf=elf -x c -c -mcpu=33FJ256GP710A -Wall -I../../MatrixPilotQuad
   -mlarge-code -MMD -MF build/default/production/_ext/1077454706/filters.o.d
   -o build/default/production/_ext/1077454706/filters.o
   ../../libUDB/filters.c -legacy-libc --save-temps -D_ADDED_C_LIB
   make[2]: Leaving directory
   `I:/Documenti/gentlenav/branches/MatrixPillotQuad_MarkWhitehorn/MatrixPilot Quad/MPQpid400.X'
   make[1]: Leaving directory
   `I:/Documenti/gentlenav/branches/MatrixPillotQuad_MarkWhitehorn/MatrixPilot Quad/MPQpid400.X'
   make: *** [.build-impl] Error 2

   BUILD FAILED (exit value 2, total time: 15s)

Where I'm doing wrong?
Could you share a zip file with a working copy? (just to understand if the
problem is your source code or our mplabX.)

Best regards,

Giulio    

PS: complete build log in the attached file.

  build errors.txt
8K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
markw  
View profile  
 More options Oct 10 2012, 1:49 pm
From: markw <kd0...@gmail.com>
Date: Wed, 10 Oct 2012 10:49:26 -0700 (PDT)
Local: Wed, Oct 10 2012 1:49 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Hi Jŕnos and Giulio,

Sorry you're having trouble building MatrixPilotQuad.

It looks like your checked-out projects can't locate main.c, and I think is
is due to out-of-date project files and a few recent changes I've made
while working on other projects.

Try updating to r1747 and let me know if there are any remaining problems.

best regards,
--Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
János Mészáros  
View profile  
 More options Oct 11 2012, 1:16 pm
From: János Mészáros <mes...@map.elte.hu>
Date: Thu, 11 Oct 2012 10:16:25 -0700 (PDT)
Local: Thurs, Oct 11 2012 1:16 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Hi Mark,

I successfully compiled the trunk code today with MPLab IDE 8 (aka legacy)
- sorry, I'm really disappointed about MPLab IDE X.

My workflow:
1. I copied the *main.c* and *options.h* file of the MPQpid400 X project
folder to the main MatrixPilotQuad folder.
2. I edited the .c file: Original 23th row (*#include
"../../libDCM/libDCM.h"*) was changed to *#include "../libDCM/libDCM.h".*
3. The project was loaded into IDE 8 and I changed the parameters to my
requirements in options.h.
4. Compiled the project without problem and burned on my UDB4 board.

This is a proper workflow and use of your code or I missed something
important and I'm a lucky guy?

Regards,
János


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
markw  
View profile  
 More options Oct 11 2012, 3:16 pm
From: markw <kd0...@gmail.com>
Date: Thu, 11 Oct 2012 12:16:55 -0700 (PDT)
Local: Thurs, Oct 11 2012 3:16 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Hi János,

I'm glad you were able to get a clean compile, and I hope the latest
version of code works well for you, but keep in mind that this code is a
work in progress and you probably will find bugs that I'm not yet aware of.

Your changes are OK if MPQpid400 is the only project you are working with,
but any future SVN updates to main.c will still show up in the project
directory.

I am now maintaining different versions of main.c and options.h (and
possibly other files also) for multiple subprojects, so each project has
its own version of these files located in each project subdirectory.
Instead of moving files and changing the include statements, you can just
add the files at their new locations to the project. I try to keep the
MPLAB-X project files up to date, but the MPLAB8 project files (if they
even exist) probably won't reflect the new file locations.

regards,
--Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Giulio Berti  
View profile  
 More options Oct 13 2012, 4:05 am
From: Giulio Berti <giu...@gmail.com>
Date: Sat, 13 Oct 2012 01:05:02 -0700 (PDT)
Local: Sat, Oct 13 2012 4:05 am
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Mark,

I successfully compiled your last working copy MPQ6000dual, but MPQpid400
doesn't compile yet, but the error is changed:

CLEAN SUCCESSFUL (total time: 312ms)
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory
`I:/Documenti/gentlenav/branches/MatrixPillotQuad_MarkWhitehorn/MatrixPilot Quad/MPQpid400.X'
make  -f nbproject/Makefile-default.mk
dist/default/production/MPQpid400.X.production.hex
make[2]: Entering directory
`I:/Documenti/gentlenav/branches/MatrixPillotQuad_MarkWhitehorn/MatrixPilot Quad/MPQpid400.X'
In file included from ../../libDCM/libDCM.h:26,
                 from ../../libDCM/libDCM_internal.h:22,
                 from ../../libDCM/deadReckoning.c:22:
../../libDCM/../libUDB/libUDB.h:26:21: error: options.h: No such file or
directory
In file included from ../../libDCM/../libUDB/libUDB_defines.h:109,
                 from ../../libDCM/../libUDB/libUDB.h:28,
                 from ../../libDCM/libDCM.h:26,
                 from ../../libDCM/libDCM_internal.h:22,
                 from ../../libDCM/deadReckoning.c:22:
../../libDCM/../libUDB/boardRotation_defines.h:52:18: error: missing binary
operator before token "1"
../../libDCM/../libUDB/boardRotation_defines.h:57:19: error: missing binary
operator before token "1"
../../libDCM/../libUDB/boardRotation_defines.h:76:18: error: missing binary
operator before token "1"
../../libDCM/../libUDB/boardRotation_defines.h:81:19: error: missing binary
operator before token "1"
../../libDCM/../libUDB/boardRotation_defines.h:100:18: error: missing
binary operator before token "1"
../../libDCM/../libUDB/boardRotation_defines.h:105:19: error: missing
binary operator before token "1"
"C:\Program Files\Microchip\mplabc30\v3.30c\bin\pic30-gcc.exe" -g -omf=elf
-x c -c -mcpu=33FJ256GP710A -Wall
-I/home/markw/MPLABXProjects/gentlenav/branches/MatrixPillotQuad_MarkWhiteh orn/MatrixPilotQuad/MPQpid400.X
-mlarge-code -MMD -MF
build/default/production/_ext/1077471063/deadReckoning.o.d -o
build/default/production/_ext/1077471063/deadReckoning.o
../../libDCM/deadReckoning.c -legacy-libc --save-temps -D_ADDED_C_LIB
make[2]: Leaving directory
`I:/Documenti/gentlenav/branches/MatrixPillotQuad_MarkWhitehorn/MatrixPilot Quad/MPQpid400.X'
make[2]: *** [build/default/production/_ext/1077471063/deadReckoning.o]
Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
make[1]: Leaving directory
`I:/Documenti/gentlenav/branches/MatrixPillotQuad_MarkWhitehorn/MatrixPilot Quad/MPQpid400.X'

BUILD FAILED (exit value 2, total time: 1s)

 The compiler can't find options.h, although is in the project files (on
the left in the IDE).
I have a options.h
in gentlenav\branches\MatrixPillotQuad_MarkWhitehorn\MatrixPilotQuad and
another one
in gentlenav\branches\MatrixPillotQuad_MarkWhitehorn\MatrixPilotQuad\MPQpid400 .X.
Where should I put it?

Could you confirm me that MPQpid400 is compilable for you?

Thanks,

Giulio


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Giulio Berti  
View profile  
 More options Oct 13 2012, 4:09 am
From: Giulio Berti <giu...@gmail.com>
Date: Sat, 13 Oct 2012 01:09:29 -0700 (PDT)
Local: Sat, Oct 13 2012 4:09 am
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

I don't know if this is useful, but I got this in the Configuration Loading
Error window:
warning: Configuration "default" builds with "C30", but indicates no
toolchain directory.
info: Configuration "default" will build with toolchain "C30" at
"C:\Program Files\Microchip\mplabc30\v3.30c\bin".
warning: Configuration "default" builds with "C30" at
"/opt/microchip/mplabc30/v3.30c/bin", but no toolchain of that type is
installed there.
info: Configuration "default" will build with toolchain "C30" at
"C:\Program Files\Microchip\mplabc30\v3.30c\bin".
warning: Configuration "default" builds with "C30" at
"/opt/microchip/mplabc30/v3.30c/bin", but no toolchain of that type is
installed there.
info: Configuration "default" will build with toolchain "C30" at
"C:\Program Files\Microchip\mplabc30\v3.30c\bin".

Best regards,
Giulio


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Giulio Berti  
View profile  
 More options Oct 13 2012, 4:27 am
From: Giulio Berti <giu...@gmail.com>
Date: Sat, 13 Oct 2012 01:27:56 -0700 (PDT)
Local: Sat, Oct 13 2012 4:27 am
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

I removed this error selecting the compiler toolchain as in the picture
attached

R,
Giulio

  compiler location.PNG
117K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eng.kwili  
View profile  
 More options Oct 13 2012, 2:54 pm
From: "eng.kwili" <kwil...@gmail.com>
Date: Sat, 13 Oct 2012 11:54:08 -0700 (PDT)
Local: Sat, Oct 13 2012 2:54 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

> Hello everybody actually am trying a lot of times and always have errors
> the last thing I didi is that I downloaded MPQpid400 with the
> MatrixPilotQuad_Markwhithorn and the MPLABX whan I open the project and
> compile I have the following errors:::

make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory
`C:/Users/DANGER/Desktop/MatrixPilotQuad_MARKWHITEHORN/Matrixpilot/MPQpid40 0.X'
make  -f nbproject/Makefile-default.mk
dist/default/production/MPQpid400.X.production.hex
make[2]: Entering directory
`C:/Users/DANGER/Desktop/MatrixPilotQuad_MARKWHITEHORN/Matrixpilot/MPQpid40 0.X'
In file included from ../../libDCM/libDCM.h:26,
                 from ../../libDCM/libDCM_internal.h:22,
                 from ../../libDCM/deadReckoning.c:22:
../../libDCM/../libUDB/libUDB.h:28:10: error: #include expects "FILENAME"
or <FILENAME>
In file included from ../../libDCM/../libUDB/libUDB.h:29,
                 from ../../libDCM/libDCM.h:26,
                 from ../../libDCM/libDCM_internal.h:22,
                 from ../../libDCM/deadReckoning.c:22:
../../libDCM/../libUDB/mpu6000.h:132:2: error: #endif without #if
In file included from ../../libDCM/libDCM.h:26,
                 from ../../libDCM/libDCM_internal.h:22,
                 from ../../libDCM/deadReckoning.c:22:
../../libDCM/../libUDB/libUDB.h:32:21: error: options.h: No such file or
directory
In file included from ../../libDCM/../libUDB/libUDB_defines.h:105,
                 from ../../libDCM/../libUDB/libUDB.h:34,
                 from ../../libDCM/libDCM.h:26,
                 from ../../libDCM/libDCM_internal.h:22,
         .......

continues in the attached file:::

  errors.docx
15K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
János Mészáros  
View profile  
 More options Oct 13 2012, 4:36 pm
From: János Mészáros <mes...@map.elte.hu>
Date: Sat, 13 Oct 2012 13:36:04 -0700 (PDT)
Local: Sat, Oct 13 2012 4:36 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Hi guys,

I wrote a short tutorial (see attached pdf file) about quad code
compilation in MPLab X. I really hope that it will be helpful to all of you.

@Mark: I really don't want to disturb you with my code ideas, but it would
be helpful to modify the libUDB.h and servoOut.c files' include parts as I
did and wrote in the pdf file. It is flexible and cause less compilation
error while these 2 changes don't affect negatively the basic code and each
project contain an options.h file. However, my approach works at the
current state of your code and I have no knowledge about your future plans
and ideas.

Regards,
János

  Compilation_workflow_of_MPQuad.pdf
797K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
markw  
View profile  
 More options Oct 13 2012, 5:35 pm
From: markw <kd0...@gmail.com>
Date: Sat, 13 Oct 2012 14:35:07 -0700 (PDT)
Local: Sat, Oct 13 2012 5:35 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

János and everyone having problems compiling MPQpid400.X,

Thank you very much for writing this up. I'm sure that users new to MPLAB-X
will appreciate it.

I finally found the problem which was causing you to move files up a level
from the subproject directory. It was an absolute path
(specific to my system) which should have been specified as a relative
path. The change to the MPQpid400.X project files has
just been committed and I hope this eliminates the problems with header
files not being found.

For those interested in configuring an MPLAB-X project, a snapshot of the
GUI screen for setting a relative include path is attached.

best regards,
--Mark

  includeDirs.png
59K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
markw  
View profile  
 More options Oct 13 2012, 5:40 pm
From: markw <kd0...@gmail.com>
Date: Sat, 13 Oct 2012 14:40:30 -0700 (PDT)
Local: Sat, Oct 13 2012 5:40 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

What does line 28 of libUDB.h look like?
It should be this:
#include "libUDB_defines.h"

Your compiler is saying the filename is missing, but it shouldn't be.

You might try updating your project files again, as I just committed a
bugfix in the default makefile,
but I don't think that will solve this problem.

regards,
--Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eng.kwili  
View profile  
 More options Oct 13 2012, 6:42 pm
From: "eng.kwili" <kwil...@gmail.com>
Date: Sat, 13 Oct 2012 15:42:42 -0700 (PDT)
Local: Sat, Oct 13 2012 6:42 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

> Really Thank yopu all for your response and solutions I will be trying
> them now and I will post the results I hope it will work cuase am working
> on my graduation project and really there is no time am developing a new
> application of quadcopter, ad your code is really great but waiting for it
> to work ::::

I figured an important problem in the MPQ6000.X >>>> all the .C Files are
replacing th ( &&)and the ( < =  ) with &amp and &lt or &gt so this happen
I think because of the download criteria , but now am working on fixing
this line by line really too long

finally thank you and I will be posting soon the results


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eng.kwili  
View profile  
 More options Oct 13 2012, 6:53 pm
From: "eng.kwili" <kwil...@gmail.com>
Date: Sat, 13 Oct 2012 15:53:37 -0700 (PDT)
Local: Sat, Oct 13 2012 6:53 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

This seems to be great I have changed the directories it alot of errors are
gone but I have an error which is the following and I dont now how to deal
with it am afraid that I will affect the code ::

../../libUDB/background.c:216: error: 'interrupt_save_set_corcon'
undeclared (first use in this function)
../../libUDB/background.c:216: error: (Each undeclared identifier is
reported only once
../../libUDB/background.c:216: error: for each function it appears in.)
../../libUDB/background.c:255: error: 'interrupt_restore_corcon' undeclared
(first use in this function)

it keeps poping in all the files that have the
"'interrupt_save_set_corcon' " so I tink something must be included or
defined
Thank you

بتاريخ الأحد، 14 أكتوبر، 2012 UTC+3 12:35:07 ص، كتب markw:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eng.kwili  
View profile  
 More options Oct 13 2012, 7:22 pm
From: "eng.kwili" <kwil...@gmail.com>
Date: Sat, 13 Oct 2012 16:22:32 -0700 (PDT)
Local: Sat, Oct 13 2012 7:22 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

  error.png
105K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
markw  
View profile  
 More options Oct 13 2012, 9:00 pm
From: markw <kd0...@gmail.com>
Date: Sat, 13 Oct 2012 18:00:14 -0700 (PDT)
Local: Sat, Oct 13 2012 9:00 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Which SVN client are you using, and which version of which OS?

regards,
--Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Giulio Berti  
View profile  
 More options Oct 14 2012, 2:56 am
From: Giulio Berti <giu...@gmail.com>
Date: Sat, 13 Oct 2012 23:56:33 -0700 (PDT)
Local: Sun, Oct 14 2012 2:56 am
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Hi Mark,

the pid400 subproject at revision 1753 finally compiles fine for me! thank
you very much!
Now I can try to copy it and start the tricopter subproject :)

Regards,
Giulio


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
János Mészáros  
View profile  
 More options Oct 14 2012, 3:30 pm
From: János Mészáros <mes...@map.elte.hu>
Date: Sun, 14 Oct 2012 12:30:49 -0700 (PDT)
Local: Sun, Oct 14 2012 3:30 pm
Subject: Re: Help needed quickly : matrixpilotquad issue of setup

Hi Guys,

I'm glad that my short writing was useful and helpful, I'm going to modify
it while the described changes were fixed in the new revision.

@Mark
I tried to compile r1756 code and I did it without problem. Thank you for
your entire work with Quad code.

Regards,
János


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 75   Newer >
« Back to Discussions « Newer topic     Older topic »