[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/bbcode.php on line 112: 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 112: 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 - Code and dev environment
Page 9 of 10

Re: Code and dev environment

PostPosted: Sat Jun 22, 2013 6:02 pm
by afernan
deleted

Re: Code and dev environment

PostPosted: Sun Jun 23, 2013 3:23 am
by SuperSharpShooter
What do I need to do to get the 'make' command to be available?

I've read Angel's 'makefile tips' pdf, and followed the instructions, but there must be something missing.

I've copied my crossworks installation to c:\cw, and added c:\cw to my path environment variable in windows, but if I open a command prompt and type 'make' I just get ''make' is not recognized as an internal or external command, operable program or batch file."

It doesn't look like there's even a command called make in the crossworks folder anyway. Does it come from somewhere else?

What am I doing wrong?

Re: Code and dev environment

PostPosted: Sun Jun 23, 2013 4:30 am
by Max
Hi Glenn,

You'll need to install "make" for Windows from somewhere. I use Yagarto Tools, but there's also cygwin and (probably simpler) MinGW, to name a few. CW doesn't come with it.

-Max

Re: Code and dev environment

PostPosted: Sun Jun 23, 2013 4:49 am
by SuperSharpShooter
Thanks for that Max, I had Yagarto installed, but didn't have Yagarto tools.

It's working now.
Cheers

Re: Code and dev environment

PostPosted: Sun Jun 30, 2013 12:29 am
by Max

Re: Code and dev environment

PostPosted: Mon Dec 16, 2013 10:02 am
by Max
Here's the updated STM32 folder for building latest AQ SVN version with latest CW packages. New startup scripts and linker definitions.

Also includes everything needed to build ESC32 firmware (with Makefile).

Cheers,
-Max

Re: Code and dev environment

PostPosted: Sun Mar 30, 2014 4:09 pm
by skew

Re: Code and dev environment

PostPosted: Sun Mar 30, 2014 5:34 pm
by Max
Not sure, sounds like a version mismatch somewhere. Updated to CW 2.3? Using the STM32 folder from my post above? I don't think anything has changed since December last year, so it should work... :)

-Max

Re: Code and dev environment

PostPosted: Sun Mar 30, 2014 7:44 pm
by skew
I got it working deleted everything and re installed works fine again something must have been corrupted. Thanks

Re: Code and dev environment

PostPosted: Tue Apr 22, 2014 4:09 pm
by Dju
Hi everybody

I'm new here and I need an information about the autoquad code.
I use VR Universional IDE and I want to create and add my own flight mode to the autoquad autopilot system.
But I'm not sure to use the last autoquad source code update.
With the autoquad website I coudn't find the source code so I download : :https://code.google.com/p/multipilot32/downloads/list
And I don't have any material for now, i will received my autoquad equipment very soon but i want to begin the development of a new flight mode before.
If someone could help me, i will be thankful.

Julian