This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCv6+DSK6713

1.Description Resource Path Location Type argument to option --heap_size (size) is out of range argument to option --heap_size (size) is out of range sine8_intr C/C++ Problem

2.could not open source file "ti/targets/std.h" .ccsproject /ledled line 32, external location: C:\ti\bios_6_46_01_38\packages\ti\targets\arm\elf\std.h C/C++ Problem

3.led.out is not alloted

how can i remove these error?

  • Hi,

    Error 1 is self explainable. The size you are using for your project's heap_size option seems to have a bad value (negative, too large, etc.). Adjust accordingly.

    For error 2 you can search around on e2e for the error message. There are plenty of replies around.

    Error 3 seems truncated. Care to expand?

    --Cheers