acassis commented on PR #17152:
URL: https://github.com/apache/nuttx/pull/17152#issuecomment-3510975077

   @trns1997 please fix these errors:
   
   ```
   nothing to commit, working tree clean
     Configuring...
     Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Building NuttX...
   chip/kinetis_spi.c: In function 'kinetis_spibus_initialize':
   Error: chip/kinetis_spi.c:1637:3: error: implicit declaration of function 
'spi_run' [-Werror=implicit-function-declaration]
    1637 |   spi_run(priv, false);
         |   ^~~~~~~
   Error: chip/kinetis_spi.c:1644:13: error: implicit declaration of function 
'spi_getreg' [-Werror=implicit-function-declaration]
    1644 |   regval  = spi_getreg(priv, KINETIS_SPI_MCR_OFFSET);
         |             ^~~~~~~~~~
   Error: chip/kinetis_spi.c:1646:3: error: implicit declaration of function 
'spi_putreg' [-Werror=implicit-function-declaration]
    1646 |   spi_putreg(priv, KINETIS_SPI_MCR_OFFSET, regval);
         |   ^~~~~~~~~~
   Error: chip/kinetis_spi.c:1674:24: error: invalid use of undefined type 
'struct kinetis_spidev_s'
    1674 |   spi_putreg(priv, priv->ctarsel, 0);
         |                        ^~
   Error: chip/kinetis_spi.c:1678:7: error: invalid use of undefined type 
'struct kinetis_spidev_s'
    1678 |   priv->nbits = 0;
         |       ^~
   Error: chip/kinetis_spi.c:1679:3: error: implicit declaration of function 
'spi_setbits' [-Werror=implicit-function-declaration]
    1679 |   spi_setbits(&priv->spidev, 8);
   
   ...
   
   nothing to commit, working tree clean
     Configuring...
     Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Building NuttX...
   make[1]: *** No rule to make target 
'/github/workspace/sources/nuttx/arch/arm/src/chip/hardware/kinetis_memorymap.h',
 needed by 'arm_exception.o'.
   make[1]: *** No rule to make target 
'/github/workspace/sources/nuttx/arch/arm/src/chip/hardware/kinetis_k28memorymap.h',
 needed by 'arm_exception.o'.
   make[1]: *** No rule to make target 
'/github/workspace/sources/nuttx/include/arch/chip/kinetis_mcg.h', needed by 
'arm_allocateheap.o'.
   make[1]: Target 'libarch.a' not remade because of errors.
   make: *** [tools/LibTargets.mk:170: arch/arm/src/libarch.a] Error 2
   make: Target 'all' not remade because of errors.
   /github/workspace/sources/nuttx/tools/testbuild.sh: line 385: 
/github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or 
directory
     [1/1] Normalize freedom-kl25z/nsh
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to