I have been able to build a range of small applications written in c code using arm-unknown-linux-gcc without any major problems. This is under Cygwin with the...
Later versions of Gcc are more picky about the code. Try std::cout instead of just cout or add "using namespace std" in the beginning of the file. Regards Per...
Hi again, If the code you are trying to compile is really large and you have no intention of upgrading it: Try adding "-fpermissive" to the compile command...
... You're right. Sorry about that, the pointer to that CVS revision is slightly outdated. We've since added routines to clear the interrupt. Here's a link to...
Hi, I'm quite a newbie about Linux and TS7200 but have general knowledge about systems. I would like to run a simple helloworld program on the TS7200. However...
... The screen shot seems to indicate an error in the hello-world.c file, perhaps you could send that. Better yet, since you've installed Cygwin, just compile...
Hi Dave, The code is quite simple: #include <stdio.h> int main (void) { printf ("Hello World!\n"); return 0; } I think there is nothing wrong with the code....
Hi Oguzhan, ... Ok, I figured it would be, but it helps to check. ... You want the command prompt that came with Cygwin, i.e., the bash shell. For example, $...
... The main document I quoted from was the TS-7250 manual. My other reference is the EP9301 manual (although the chip on the TS-7250 is an E0 revision of an ...
Is an SD reader in my toshiba satellite, and i'm working with centos 5 using kernel 2.6.18.EL. how is the command to create one bootable SD ? Regards, Juan ......
Hi Oguzhan A quick tip - when reporting problems excountered using the command line etc, it is usually better to cut and paste the text into an email, instead ...
Hi Matt, It is actually zero not 'o'. Thanks for your suggestion. Oguzhan ... and ... 3.3.2- ... include ... gcc - ... following ... directory ... Prompt ... ...
Hi Jim, I also prefer sending text instead of screenshots. But cygwin don't let me to copy-paste. Therefore, I have posted a screenshot. But I will try to type...
Hi Dave, After your suggestion, I have used ... commands to check if gcc is installed in my cygwin and have found that it is not available. Next, I have...
Thanks for the comments. Changing from cout to std::cout removed the error building the application. However when I tried running it on my TS-7260 it would not...
... ******************************************************************* Hi, I have managed to crosscompile c code under Cygwin. I will detail some of my...
Hi Geoff, I think your suggestion is to set the PATH and to compile the code using a batch file. Even I tried this way it does not work for me. In my opinion...
I finally managed to get the alsa-1.0.4 utils to compile on a ts7200. When I launch alsamixer, however, I get an error: Error opening terminal: xterm When I...
What's weird to me is that if alsamixer on you TS board was compiled to use ncurses then it should have failed during linking and never actually made the...
... Do you have proper terminfo files for those terminal types installed? terminfo describes the escape sequences used to control the terminal. e.g. to clear...
Did you already solve the problem? If not, I would suggest a coding system error (like UTF8/16 or ISO-8859-1 etc., my translation from swedish may be a little...
I'm trying to build microwindows for the TS7300. I've been building it for the 7200 just fine using my own mini-distro. For the 7300, we've decided to use the...
Hello everyone. I'm having some trouble with com 3 on a 7260 board. I've got the driver kernel modules loaded, and am able to start a getty process on the port...
Hi Per Öberg, I can compile the helloworld code using gcc after updating cygwin installing all gcc components. I have coped with the "\233" error now....
... Hello, I tried to follow the instructions and suggestions, but when I try to use wlan0, I get a segmentation error. The configuration is a TS7400 WiFi box....
... Hi Oguzhan, Cygwin allows it, you just have to do it differently ... Click on the top-left of the window (the Cygwin symbol), then Edit, Mark. Then...
Hi Oguzhan, ... The problem is likely due to the fact that you copied the toolchain to another location. If you use a pre-built toolchain you need to leave the...
... Unfortunately there are just too many things that can go wrong :) Here are my notes on building your own toolchain. Build your own, then try building your...