Dear Alessandro,
I really thankful to you.
I will try with this source code on Mandriva and I will send reply.
once again thank you very much for your cooperation.
Regards
Jeevan
Alessandro Briosi-2 wrote:
>
> I think you might have some troubles with your cvs / svn versions
> a missing options.mk means your source is incomplete (ihmo, or you
> defenatly have some path issues)
> Also changing Linux distribution would not solve the problem.
>
> to check out cvs version of roadmap:
> "cvs -d:pserver:anonymous@...
> login"
> <hit enter>
> "cvs -z3
> -d:pserver:anonymous@... co -P
> roadmap"
>
> You can get it from here also:
> http://195.32.70.240/tsdogs/cegcc/roadmap.tar.gz
>
> Alessandro
>
> Alpha GRASS ha scritto:
>> Dear Alessandro,
>> I have tried in Mandriva also but same error am getting.
>> I downloaded roadmap CVS source code manually. I think I have an errors
>> in
>> my source code which is downloaded manually.
>> can you please send me the roadmap source code which is updated.
>> Kindly please do this favor for me.
>> Am the person trying alone to solve this problem with the help of you
>> people.
>> And it is mandatory for me.
>>
>> Thanking you in advance,
>>
>> Regards
>> Jeevan
>>
>>
>> Alpha GRASS wrote:
>>> Hi ,
>>> I successfully Installed cegcc on my fedora.
>>> Then I entered roadmap/ src and I edited the source as you mentioned.
>>> But Still am getting following error: -
>>>
>>> Makefile:5: ../options.mk: No such file or directory
>>> make: *** No rule to make target ../options.mk'. stop
>>>
>>> Now am planning to do in Mandriva linux.
>>>
>>> Please correct me where am doing wrong.
>>>
>>> Thanking you for your kind support.
>>>
>>> Regards
>>> jeevan
>>>
>>>
>>>
>>> Alpha GRASS wrote:
>>>> Dear Alessandro,
>>>> Thank you very much your cooperation.
>>>> I downloaded cegcc using
>>>> http://195.32.70.240/tsdogs/cegcc/cegcc_svn.tar.gz as per your
>>>> suggestion.
>>>> If I got any errors will get back you.
>>>> Thanking you in advance,
>>>>
>>>> Regards
>>>> Jeevan
>>>>
>>>>
>>>>
>>>> Alessandro Briosi-2 wrote:
>>>>> Jeevan,
>>>>> I have done that, but it worked the other day, so probably it must be
>>>>> something in the sf.net site or your connection.
>>>>>
>>>>> try entering cegcc directory and update
>>>>> svn up
>>>>>
>>>>> if it still doesn't work I uploaded the actual svn version here:
>>>>> http://195.32.70.240/tsdogs/cegcc/cegcc_svn.tar.gz
>>>>>
>>>>> Alessandro
>>>>>
>>>>> Alpha GRASS ha scritto:
>>>>>> Hi Alessandro,
>>>>>> Thank you for your kind reply.
>>>>>> I am trying to download CEGCC using SVN as follows: -
>>>>>> svn co https://cegcc.svn.sourceforge.net/svnroot/cegcc/trunk/cegcc
>>>>>> cegcc
>>>>>> But its not downloading am getting following error and its taking lot
>>>>>> of
>>>>>> time nearly 3 to 4 hours after that am getting following error: -
>>>>>> ********************************************************************************************
>>>>>> A cegcc/src/mingw/mingwex/mathce/fpmath.h
>>>>>> A cegcc/src/mingw/mingwex/mathce/s_asinh.c
>>>>>> A cegcc/src/mingw/mingwex/mathce/w_asinf.c
>>>>>> A cegcc/src/mingw/mingwex/mathce/s_scalbnf.c
>>>>>> A cegcc/src/mingw/mingwex/mathce/s_asinhf.c
>>>>>> A cegcc/src/mingw/mingwex/mathce/s_isinf.c
>>>>>> A cegcc/src/mingw/mingwex/mathce/w_sinhf.c
>>>>>> A cegcc/src/mingw/mingwex/mathce/s_rint.c
>>>>>> svn: REPORT request failed on '/svnroot/cegcc/!svn/vcc/default'
>>>>>> svn: REPORT of '/svnroot/cegcc/!svn/vcc/default': Could not read
>>>>>> chunk
>>>>>> delimiter: connection timed out (https://cegcc.svn.sourceforge.net)
>>>>>>
>>>>>> Alessandro Briosi-2 wrote:
>>>>>>> ********************************************************************************************
>>>>>>> Is there any other way to download svn cegcc.
>>>>>>>
>>>>>>> thanking you for your support and cooperation.
>>>>>>>
>>>>>>> Regards
>>>>>>> Jeevan
>>>>>>>
>>>>>>>
>>>>>>> Hi Jeevan,
>>>>>>> to build Win Ce Version you'll need:
>>>>>>> cegcc from SVN, 0.51 version does not include all the needed stuff.
>>>>>>>
>>>>>>> Optionally:
>>>>>>> pocketpc-cab command
>>>>>>> libexpat-1.dll (for expat, I'll disable it for now)
>>>>>>>
>>>>>>> cegcc-mingw32ce (cegcc-cegcc is not needed on a first run, afaik)
>>>>>>> but you'll need svn version of it, as actual cvs version of roadmap
>>>>>>> uses symbols and includes wich are not in 0.51 version.
>>>>>>>
>>>>>>> Get the SVN version of cegcc:
>>>>>>> svn co https://cegcc.svn.sourceforge.net/svnroot/cegcc/trunk cegcc
>>>>>>> cd cegcc/cegcc
>>>>>>> mkdir build-mingw32ce
>>>>>>> cd build-mingw32ce
>>>>>>> ../src/build-mingw32ce.sh
>>>>>>>
>>>>>>> wait for it to build (takes some time)
>>>>>>> once it's done
>>>>>>>
>>>>>>> become root (sudo -s or su -)
>>>>>>> cd to the build folder again and run the following command
>>>>>>>
>>>>>>> for i in `ls`; do cd $i; make install; cd ..; done
>>>>>>>
>>>>>>> now in your /opt/mingw32ce folder you should have your new fresh
>>>>>>> mingw
>>>>>>> version.
>>>>>>>
>>>>>>> got to the roadmap/src directory
>>>>>>> create an overrride.mk file which contains:
>>>>>>> DESKTOP=WINCE
>>>>>>> CROSS=arm-wince-mingw32ce-
>>>>>>> CFLAGS += -I/opt/mingw32ce/arm-wince-mingw32ce/include
>>>>>>> LIBS += -L/opt/mingw32ce/arm-wince-mingw32ce/lib
>>>>>>> EXPAT=NO
>>>>>>> AGG=NO
>>>>>>>
>>>>>>> Then put the "bin" directory to your PATH
>>>>>>>
>>>>>>> export PATH=/opt/mingw32ce/bin:$PATH
>>>>>>>
>>>>>>> then run make.
>>>>>>>
>>>>>>> It will give you an error in the CreateCab.pl file as it misses the
>>>>>>> "./"
>>>>>>> but then you should have your brand new win32/wroadmap.exe
>>>>>>>
>>>>>>> Hope this helps,
>>>>>>> Alessandro
>>>>>>>
>>>>>>>
>>>>>>> Alpha GRASS ha scritto:
>>>>>>>> Hi all,
>>>>>>>> Can any one help me to resolve my problem.
>>>>>>>>
>>>>>>>> Thanking you in advance,
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Jeevan
>>>>>>>>
>>>>>>>> Alpha GRASS wrote:
>>>>>>>>> Dear All,
>>>>>>>>> I am trying with roadmap on Fedora linux only using CEGCC cross
>>>>>>>>> compiler
>>>>>>>>> for my WinCE PDA.
>>>>>>>>> I downloaded Roadmap CVS source code manually.
>>>>>>>>> and I installed cegcc compiler using rpms as follows :
>>>>>>>>> cegcc-cegcc-0.51.0-1.i586.rpm and
>>>>>>>>> mandriva-cegcc-mingw32ce-0.51.0-1.i586.rpm .
>>>>>>>>> In roadmap source I edited config.mk : #DESKTOP=WINCE
>>>>>>>>>
>>>>>>>>> And I changed the path also: /opt/mingw32ce/arm-wince-mingw32ce
>>>>>>>>> and
>>>>>>>>> /opt/cegcc/arm-wince-cegcc
>>>>>>>>>
>>>>>>>>> Then I did make, I got the following error: -
>>>>>>>>>
>>>>>>>>> *************************************************************************************************
>>>>>>>>> [root@... src]# export
>>>>>>>>> PATH=$PATH:/opt/mingw32ce/arm-wince-mingw32ce
>>>>>>>>> [root@... src]# export PATH=$PATH:/opt/cegcc/arm-wince-cegcc
>>>>>>>>> [root@... src]# make
>>>>>>>>> Makefile:5: ../options.mk: No such file or directory
>>>>>>>>> make: *** No rule to make target `../options.mk'. Stop.
>>>>>>>>> [root@... src]# pwd
>>>>>>>>> /opt/roadmapn/roadmap/src
>>>>>>>>> [root@... src]#
>>>>>>>>> ***************************************************************************************************
>>>>>>>>>
>>>>>>>>> But I have options.mk and config.mk both.
>>>>>>>>> I think I have to edit the make file, can you please help me out
>>>>>>>>> where
>>>>>>>>> to
>>>>>>>>> edit.
>>>>>>>>>
>>>>>>>>> Thanking you very much,
>>>>>>>>>
>>>>>>>>> Regards
>>>>>>>>> Jeevan
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> _______________________________________________
>>>>>>> Roadmap-general mailing list
>>>>>>> Roadmap-general@...
>>>>>>> https://lists.sourceforge.net/lists/listinfo/roadmap-general
>>>>>>>
>>>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Check out the new SourceForge.net Marketplace.
>>>>> It is the best place to buy or sell services for
>>>>> just about anything Open Source.
>>>>> http://p.sf.net/sfu/Xq1LFB
>>>>> _______________________________________________
>>>>> Roadmap-general mailing list
>>>>> Roadmap-general@...
>>>>> https://lists.sourceforge.net/lists/listinfo/roadmap-general
>>>>>
>>>>>
>>>>
>>>
>>
>
> ------------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> _______________________________________________
> Roadmap-general mailing list
> Roadmap-general@...
> https://lists.sourceforge.net/lists/listinfo/roadmap-general
>
>
--
View this message in context: http://www.nabble.com/how-to-compile-roadmap-src-on-CEGCC-compiler-tp21285819p21374716.html
Sent from the Roadmap - General mailing list archive at Nabble.com.
|