[Cegcc-devel] where are the target files?
I installed from a binary distribution "cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 ". I am using arm-wince-mingw32ce tools. I am using Linux platform to develop. What is the nature of your problem ? can not found the target file (.o file). Can you send us a small source that demonstrates the problem ? When compile my project, none of error occurs. But after compile, none of the target file is found under the project folder. (If I use arm-linux-gcc/arm-linux-as,the target file is right.) : the output shows no one error or warning. just like "arm-mingw32ce-gcc.exe -o *.c -o *.o","arm-mingw32ce-as.exe -o *.o *.s". 2011-11-29 hdzhang264 Makefile Description: Binary data -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
[Cegcc-devel] where are the target files?
I installed from a binary distribution "cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 ". I am using arm-wince-mingw32ce tools. I am using Linux platform to develop. What is the nature of your problem ? can not found the target file (.o file). Can you send us a small source that demonstrates the problem ? When compile my project, none of error occurs. But after compile, none of the target file is found under the project folder. (If I use arm-linux-gcc/arm-linux-as,the target file is right.) : the output shows no one error or warning. just like "arm-mingw32ce-gcc.exe -o *.c -o *.o","arm-mingw32ce-as.exe -o *.o *.s". I found it did not compile the file ever, because it did not point any error even i put some obvious wrong code in my files. 2011-11-29 hdzhang264 Makefile Description: Binary data -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Re: [Cegcc-devel] where are the target files?
2011/11/30 hdzhang264 > ** > > > I installed from a binary distribution > "cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 ". > > I am using *arm-wince-mingw32ce* tools. > > I am using Linux platform to develop. > What is strange to me is that you use a "cygwin" toolchain to cross-compile on a linux platform. Vincent Torri > What is the nature of your problem ? can not found the target > file (.o file). > > Can you send us a small source that demonstrates the problem ? > > When compile my project, none of error occurs. But after compile, > none of the target file is found under the project folder. (If I use > arm-linux-gcc/arm-linux-as,the target file is right.) > > : > > the output shows no one error or warning. > > just like "arm-mingw32ce-gcc.exe -o *.c -o *.o","arm-mingw32ce-as.exe -o > *.o *.s". > > I found it did not compile the file ever, because it did not point any > error even i put some obvious wrong code in my files. > 2011-11-29 > -- > hdzhang264 > > > > -- > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
[Cegcc-devel] error while loading libmpf.so.1?
I installed from a binary distribution "mingw32ce-0.59.1.tar.bz2 ". I am using arm-wince-mingw32ce tools. I am using Linux platform to develop. What is the nature of your problem ? mingw32ce/libexec/gcc/arm-mingw32ce/4.4.0/cc1:error while loading shared libraries:llibmpfr.so.1:cannot open shared object file: No such file or directory. 2011-11-29 hdzhang264 cc/ Makefile Description: Binary data -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
[Cegcc-devel] can not support "PLD" instruction!
I am using mingw32ce under linux. I encoutered " error:selected processor does not support 'pld[r1]". Pld is supported only on arm5 or higher. Doed Cegcc only support arm4? 2011-11-29 hdzhang264 cc/ -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Re: [Cegcc-devel] where are the target files?
I`m so sorry , i have installed the correct version. and now , I have two enviroment: mingw32ce-cygwin on cygwin , and mingw32ce on Linux. But under cygwin enviroment, any target file can not found. under linux enviroment, I found a error: "PLD" instruction can not be supported! so I have to add the following codes according some people said: #ifndef HAVE_PLD .macro pld reg .endm #endif after this, still errors about 'pld': "too many posiontoinal arguments" the code : "pld [r1,#124]" 2011-12-01 hdzhang264 发件人: Vincent Torri 发送时间: 2011-11-30 20:10:43 收件人: hdzhang264 抄送: cegcc-devel 主题: Re: [Cegcc-devel] where are the target files? 2011/11/30 hdzhang264 I installed from a binary distribution "cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 ". I am using arm-wince-mingw32ce tools. I am using Linux platform to develop. What is strange to me is that you use a "cygwin" toolchain to cross-compile on a linux platform. Vincent Torri What is the nature of your problem ? can not found the target file (.o file). Can you send us a small source that demonstrates the problem ? When compile my project, none of error occurs. But after compile, none of the target file is found under the project folder. (If I use arm-linux-gcc/arm-linux-as,the target file is right.) : the output shows no one error or warning. just like "arm-mingw32ce-gcc.exe -o *.c -o *.o","arm-mingw32ce-as.exe -o *.o *.s". I found it did not compile the file ever, because it did not point any error even i put some obvious wrong code in my files. 2011-11-29 hdzhang264 -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel