Search:

Type: Posts; User: asic_designer

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,774

    Embedded Stability Control System

    Hi All

    I was just wondering, do we have any Motorsport enthusiasts in the crowd? I am working on a project for a new vehicle and for this one particular portion of the design we require the...
  2. Replies
    13
    Views
    3,618

    No there is nothing OK about the way He/She/it/...

    No there is nothing OK about the way He/She/it/ responded, PERIOD!!!! NOTHING.. I want to drop this though, I don't want it to derail my post.
  3. Replies
    13
    Views
    3,618

    Look I have no idea who you think you are, but...

    Look I have no idea who you think you are, but you probably get away with talking to people like this a lot on these boards because you get to hide behind your computer, but don't play the tough guy...
  4. Replies
    13
    Views
    3,618

    OK so are you saying that, the code I have is...

    OK so are you saying that, the code I have is convering the string correctly? I'm tring to debug a problem on an embedded system, so checking that it works in hardware is not is simple as using a...
  5. Replies
    13
    Views
    3,618

    Hmmm, ok maybe I should have said this before but...

    Hmmm, ok maybe I should have said this before but my compiler is very, very weird I can't use any of those "pre-compiled" functions that you called. Looking at your code I'm a little confused do you...
  6. Replies
    13
    Views
    3,618

    I don't think I can use that function ( strtoul )...

    I don't think I can use that function ( strtoul ) I don't have the library.


    Any suggestions on what I wrote, anyone?
  7. Replies
    13
    Views
    3,618

    Character String to Hex Word

    Hi Guys

    I wrote a simple program that takes in a string of 8 bytes representing a 32 bit 4byte hex word. The purpose of the function is to convert the string into a hex number, can someone...
  8. OK I changed the librarys to just and...

    OK I changed the librarys to just <cmath> and <cstdlib> and the errors I have now are just related to the functions rand and sqrt. Any ideas?


    cpu_cache_instructions.o: In function `main':...
  9. No I get the same linker errors. ...

    No I get the same linker errors.



    cpu_cache_instructions.o:/exports/Simulations/opt/MIPS/bin/../lib/gcc/sde/3.4.4/../../../../include/c++/3.4.4/bits/locale_facets.tcc:2445: undefined reference...
  10. OK I added the -v command to the sde-g++ command...

    OK I added the -v command to the sde-g++ command and got the following



    Reading specs from /exports/Simulations/opt/MIPS/bin/../lib/gcc/sde/3.4.4/specs
    Configured with:...
  11. OK I added the -v option and I got the following.

    OK I added the -v option and I got the following.
  12. Hi When compiling and linking here are the...

    Hi

    When compiling and linking here are the commands that I use.

    sde-as -mips1 startup.s -o startup.o
    sde-g++ -c -g -mtune=r3k -mips1 fpchk_stddev.cpp -o cpu_cache_instructions.o
    sde-ld...
  13. Linker Errors undefined reference to 'rand'

    Hi guys

    Can someone please help me out with this. when I try to compile the program below I get the following errors and I have no idea why.

    LINKER ERRORS ----...
  14. C++ Programmer Needed! Short project,

    Hi Guys


    I have recently taken on a project to put some semi-autonomous features into an RC of mine. In particular its a 1/8 scale monster truck. I'm doing this to test out a small SOC I...
Results 1 to 14 of 36
Page 1 of 2 1 2