[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4789: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3916)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4791: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3916)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4792: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3916)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4793: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3916)
AutoQuad Forum • View topic - Compiling error

Compiling error

News, Setup, Compiling, Flashing, Development

Compiling error

Postby s_sergiu » Mon Jul 23, 2012 10:55 am

Hi,
I added ppm.c and ppm.h and modified radio.c and radio.h.
During compiling I got following error:

Building “aqv6.6” in configuration “THUMB Release”
Compiling ppm.c
ppm.c
unknown type name 'pwmPortStruct_t'
implicit declaration of function 'pwmInitIn' [-Wimplicit-function-declaration]
assignment makes pointer from integer without a cast [enabled by default]
Build failed

How to deal with " unknown type name 'pwmPortStruct_t' " ?
Thanks,
Sergiu
s_sergiu
 
Posts: 49
Joined: Fri Jul 06, 2012 5:51 pm

Re: Compiling error

Postby skyAlex » Mon Jul 23, 2012 4:04 pm

I have same problems.
skyAlex
 
Posts: 23
Joined: Sun Jul 22, 2012 3:37 pm
Location: Russia, St.Petersburg

Re: Compiling error

Postby bn999 » Mon Jul 23, 2012 4:26 pm

I just checked out a fresh copy from the repo and it compiles fine for me.
bn999
 
Posts: 1559
Joined: Thu Jun 21, 2012 11:40 pm

Re: Compiling error

Postby s_sergiu » Mon Jul 23, 2012 4:53 pm

Hi bn999,
Please can you explain how you "checked out a fresh copy" ?
Thank you,
Sergiu
s_sergiu
 
Posts: 49
Joined: Fri Jul 06, 2012 5:51 pm

Re: Compiling error

Postby funth1ngs » Mon Jul 23, 2012 5:00 pm

Hi s_sergiu,

you need to install a subversion client. Then you can checkout the code from ... I compiled it yesterday without problems.

Cheers,
Heiko
funth1ngs
 
Posts: 52
Joined: Tue Jul 03, 2012 3:57 pm

Re: Compiling error

Postby kinderkram » Mon Jul 23, 2012 5:04 pm

The changes in v6.6 dev code can be checked out from here:
http://code.google.com/p/autoquad/source/checkout

You need a program like Tortoise SVN or a similar SVN client to download the files.
I've once made a short tutorial for the ArduCopter repo:
http://www.rcgroups.com/forums/showthread.php?t=1317685
kinderkram
 
Posts: 2911
Joined: Fri Jun 22, 2012 7:47 am

Re: Compiling error

Postby s_sergiu » Mon Jul 23, 2012 5:07 pm

Hi,
Thank you both. I will try it.
Sergiu
s_sergiu
 
Posts: 49
Joined: Fri Jul 06, 2012 5:51 pm


Return to AQ Firmware

Who is online

Users browsing this forum: No registered users and 13 guests

cron