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.

SYS/BIOS 6.40.03.39 - Rebuilding problem

Hi,

I'm trying to migrate our code to use the latest XDCtools, SYS/BIOS and UIA. However, I bumped into a problem when trying to rebuild this version of SYS/BIOS. Here is the scenario (we use Windows):

  1. Taken the original SYS/BIOS release extracted to C:\TI\bios_6_40_03_39
  2. Change the following lines in bios.mak
    XDC_INSTALL_DIR ?= C:\TI\xdctools_3_30_04_52
    gnu.targets.arm.A8F ?= C:\TI\v6_190\ccsv6\tools\compiler\gcc-arm-none-eabi-4_7-2013q3\bin\arm-none-eabi-gcc
    
  3. Open command prompt at the bios folder.
  4. Run
    C:\TI\xdctools_3_30_04_52\gmake.exe -f bios.mak clean

I'm getting the following output:

cleaning bios packages ...
making clean: Wed Oct 1 17:15:33 JDT 2014 ...
======== clean [./packages/gnu/targets] ========
making package.mak (because of package.bld) in order to clean ...
======== clean [./packages/gnu/targets/arm] ========
making package.mak (because of package.bld) in order to clean ...
======== clean [./packages/gnu/targets/arm/rtsv7A] ========
making package.mak (because of package.bld) in order to clean ...
js: "C:/TI/bios_6_40_03_39/bios.bld", line 149: xdc.services.global.XDCException
: xdc.PACKAGE_NOT_FOUND: C:\TI\bios_6_40_03_39\packages\gnu\targets\arm\package.
xdc found along the package path, but no schema file was found.  Ensure that the
 package 'gnu.targets.arm' is completely built.
making package.mak (because of package.bld) in order to clean ...
js: "C:/TI/bios_6_40_03_39/bios.bld", line 149: xdc.services.global.XDCException
: xdc.PACKAGE_NOT_FOUND: C:\TI\bios_6_40_03_39\packages\gnu\targets\arm\package.
xdc found along the package path, but no schema file was found.  Ensure that the
 package 'gnu.targets.arm' is completely built.
======== clean [./packages/gnu/targets/arm/rtsv7M] ========
making package.mak (because of package.bld) in order to clean ...
js: "C:/TI/bios_6_40_03_39/bios.bld", line 149: xdc.services.global.XDCException
: xdc.PACKAGE_NOT_FOUND: C:\TI\bios_6_40_03_39\packages\gnu\targets\arm\package.
xdc found along the package path, but no schema file was found.  Ensure that the
 package 'gnu.targets.arm' is completely built.
making package.mak (because of package.bld) in order to clean ...
js: "C:/TI/bios_6_40_03_39/bios.bld", line 149: xdc.services.global.XDCException
: xdc.PACKAGE_NOT_FOUND: C:\TI\bios_6_40_03_39\packages\gnu\targets\arm\package.
xdc found along the package path, but no schema file was found.  Ensure that the
 package 'gnu.targets.arm' is completely built.
======== clean [./packages/iar/targets/arm] ========
making package.mak (because of package.bld) in order to clean ...

I tried following the instructions in the User Guide. What did I miss?

Regards,
Vasili