Giter Club home page Giter Club logo

Comments (3)

AdyiPool avatar AdyiPool commented on August 17, 2024

If I import an existing project, I can actually build and run the NeoPixel project, but something is wrong with the nRF24 project. Here's the error I get

11:03:15 **** Incremental Build of configuration Debug for project FRDM-K64F_nRF24 ****
make -j3 all 
Static_Code/System/subdir.mk:23: *** target pattern contains no `%'.  Stop.

11:03:15 Build Finished (took 69ms)

and here's line 23 in subdir.mk

# Each subdirectory must supply rules for building sources it contributes
Static_Code/System/CPU_Init.o: /Applications/KDS_v3.app/Contents/eclipse/C:/nxp/KDS_3.2.0/eclipse/ProcessorExpert/Repositories/Kinetis_Repository/lib/Kinetis/pdd2/MK64FN1M0LL12/system/CPU_Init.c
    @echo 'Building file: $<'
    @echo 'Invoking: Cross ARM C Compiler'
    arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections  -g3 -I"/Applications/KDS_v3.app/Contents/eclipse/ProcessorExpert/lib/Kinetis/pdd/inc" -I"/Applications/KDS_v3.app/Contents/eclipse/ProcessorExpert/lib/Kinetis/iofiles" -I"/Users/adityatannu/workspace3.kds/FRDM-K64F_nRF24/Sources" -I"/Users/adityatannu/workspace3.kds/FRDM-K64F_nRF24/Generated_Code" -I"/Applications/KDS_v3.app/Contents/eclipse/ProcessorExpert/Repositories/Kinetis_Repository/lib/Kinetis/pdd2/MK64FN1M0LL12/system" -std=c99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -c -o "$@" "$<"
    @echo 'Finished building: $<'
    @echo ' '

I'm guessing this has something to do with Windows/macOS path differences. I'm not sure how to
clean the project to remove any hardcoded path references.

from mcuoneclipse.

ErichStyger avatar ErichStyger commented on August 17, 2024

Hi Ady,

Have you installed already the McuOnEclipse Processor Expert components from SourceForge (https://sourceforge.net/projects/mcuoneclipse/files/PEx%20Components/)?

And do not forget to generate code with Processor Expert (context menu on the .pe file in Eclipse).

Let me know if you need any further assistance.

Erich

From: AdyiPool [mailto:[email protected]]
Sent: Sunday, September 11, 2016 8:07 PM
To: ErichStyger/mcuoneclipse
Subject: Re: [ErichStyger/mcuoneclipse] nRF24 project with KDS (#33)

If I import an existing project, I can actually build and run the NeoPixel project, but something is wrong with the nRF14 project. Here's the error I get

11:03:15 **** Incremental Build of configuration Debug for project FRDM-K64F_nRF24 ****
make -j3 all
Static_Code/System/subdir.mk:23: *** target pattern contains no `%'. Stop.

11:03:15 Build Finished (took 69ms)

and here's line 23 in subdir.mk

Each subdirectory must supply rules for building sources it contributes

Static_Code/System/CPU_Init.o: /Applications/KDS_v3.app/Contents/eclipse/C:/nxp/KDS_3.2.0/eclipse/ProcessorExpert/Repositories/Kinetis_Repository/lib/Kinetis/pdd2/MK64FN1M0LL12/system/CPU_Init.c
@echo 'Building file: $<'
@echo 'Invoking: Cross ARM C Compiler'
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -I"/Applications/KDS_v3.app/Contents/eclipse/ProcessorExpert/lib/Kinetis/pdd/inc" -I"/Applications/KDS_v3.app/Contents/eclipse/ProcessorExpert/lib/Kinetis/iofiles" -I"/Users/adityatannu/workspace3.kds/FRDM-K64F_nRF24/Sources" -I"/Users/adityatannu/workspace3.kds/FRDM-K64F_nRF24/Generated_Code" -I"/Applications/KDS_v3.app/Contents/eclipse/ProcessorExpert/Repositories/Kinetis_Repository/lib/Kinetis/pdd2/MK64FN1M0LL12/system" -std=c99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -c -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #33 (comment) , or mute the thread https://github.com/notifications/unsubscribe-auth/ADCk8j39BsB3F_oCuVauyEFb89FpHaMFks5qpENZgaJpZM4J6Dq8 .Das Bild wurde vom Absender entfernt.

from mcuoneclipse.

ErichStyger avatar ErichStyger commented on August 17, 2024

Hi Ady,

There are no .wsd files, as they are non-standard and require a special plugin.

You can import the projects with the normal Eclipse method (File > import > existing projects into workspace.

Erich

From: AdyiPool [mailto:[email protected]]
Sent: Sunday, September 11, 2016 7:35 PM
To: ErichStyger/mcuoneclipse
Subject: [ErichStyger/mcuoneclipse] nRF24 project with KDS (#33)

Hello Eirch,

First of all, thank you so much for the amazing blog posts and this GitHub repo. I've been referring to you blog a lot to get up and running with my K64F board.

I want to try your nRF24 project with KDS 3.2.0, can you please give me some hint as to how to import the project into KDS? I don't see a .wsd file in the example folder, nor does KDS accent the .pe files. I'm very new to KDS in general so forgive me if I'm overlooking something obvious.

Thanks,
Ady


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #33 , or mute the thread https://github.com/notifications/unsubscribe-auth/ADCk8gTECaKi3jo7Xci0k6gDtXo85G07ks5qpDvVgaJpZM4J6Dq8 .Das Bild wurde vom Absender entfernt.

from mcuoneclipse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.