Jump to content


Developing GCS in Windows


  • Please log in to reply
6 replies to this topic

#1 metRo_

metRo_

    Key Member

  • Members
  • PipPipPip
  • 450 posts
  • LocationAmarante (Porto)
  • Country: flag of Portugal Portugal


Posted 26 November 2011 - 12:03 AM

Hi,
Following that topic http://forums.openpi...dp-wifi-module/ i want to test some things in GCS. Where can i download the source?
I look here http://git.openpilot...nd/openpilotgcs but it looks have some trash and have two folders: OpenPilotGCS and openpilotgcs....

Thanks :)
Feel free to correct my english, you can post or pm me, thanks :)

#2 PT_Dreamer

PT_Dreamer

    GCS Core Developer

  • Administrators
  • 1211 posts
  • LocationCaparica, Portugal
  • Country: flag of Portugal Portugal


Posted 26 November 2011 - 12:15 AM

That is pretty well explained on the wiki, you will need amongst other things a GIT client to access the project repository. You can PM me on our mother language if you need some help.
Life is just a game, but atleast the graphics are awesome!

#3 metRo_

metRo_

    Key Member

  • Members
  • PipPipPip
  • 450 posts
  • LocationAmarante (Porto)
  • Country: flag of Portugal Portugal


Posted 26 November 2011 - 01:36 PM

View PostPT_Dreamer, on 26 November 2011 - 12:15 AM, said:

That is pretty well explained on the wiki, you will need amongst other things a GIT client to access the project repository. You can PM me on our mother language if you need some help.

I just wanted to download without install a git client but of course i need to, it was late when I posted lol
Maybe this topic can be deleted.
Feel free to correct my english, you can post or pm me, thanks :)

#4 metRo_

metRo_

    Key Member

  • Members
  • PipPipPip
  • 450 posts
  • LocationAmarante (Porto)
  • Country: flag of Portugal Portugal


Posted 28 November 2011 - 04:06 PM

I'm getting this error compiling it in Qt Creator:

.
.
.
\QtSDK\Desktop\Qt\4.7.4\mingw\lib" -lQtXmld4 -lQtCored4
mingw32-make[2]: Leaving directory `C:/Users/ze/OpenPilot/build/uavobjgenerator'
mingw32-make[1]: Leaving directory `C:/Users/ze/OpenPilot/build/uavobjgenerator'
cd uavobjects\ && C:/QtSDK/mingw/bin/mingw32-make -f Makefile
mingw32-make[1]: Entering directory `C:/Users/ze/OpenPilot/build/uavobjects'
mkdir ..\..\uavobject-synthetics
pushd ..\..\uavobject-synthetics && ..\ground\uavobjgenerator\debug\uavobjgenerator -gcs -flight -python -matlab ..\..\shared\uavobjectdefinition ..\.. && popd
mingw32-make[1]: Leaving directory `C:/Users/ze/OpenPilot/build/uavobjects'
A subdirectory or file ..\..\uavobject-synthetics already exists.
mingw32-make[1]: [FORCE] Error 1 (ignored)
The system cannot find the path specified.
mingw32-make[1]: *** [FORCE] Error 1
mingw32-make: *** [sub-uavobjects-make_default] Error 2
The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2.
Error while building project ground (target: Desktop)
When executing build step 'Make'
Feel free to correct my english, you can post or pm me, thanks :)

#5 dwillis

dwillis

    Developer

  • Members
  • PipPipPip
  • 59 posts
  • LocationEdinburgh
  • Country: flag of United Kingdom United Kingdom


Posted 28 November 2011 - 08:21 PM

Did you set the shadow build path? See the instructions in ground.pro at the top of the source tree.

#6 osnwt

osnwt

    Core Developer

  • Administrators
  • 1499 posts
  • LocationSevastopol
  • Country: flag of Ukraine Ukraine


Posted 28 November 2011 - 09:15 PM

View PostmetRo_, on 26 November 2011 - 01:36 PM, said:

I just wanted to download without install a git client but of course i need to, it was late when I posted lol
FishEye can allow to download tarballs from the repository for any branch, but this feature is disabled now.
Probably not on purpose, but just not configured.

But I think that if you want to build it yourself - it is easy to install git as well. Then you can track any version without redownloading a lot of code.

#7 metRo_

metRo_

    Key Member

  • Members
  • PipPipPip
  • 450 posts
  • LocationAmarante (Porto)
  • Country: flag of Portugal Portugal


Posted 28 November 2011 - 11:58 PM

View Postdwillis, on 28 November 2011 - 08:21 PM, said:

Did you set the shadow build path? See the instructions in ground.pro at the top of the source tree.

I set but wrong :P

It is working thanks :)
Feel free to correct my english, you can post or pm me, thanks :)