Le projet a 3 noms à la fois #3

Open
opened 2025-12-16 00:00:47 +01:00 by taban · 0 comments
Collaborator

Le projet à 3 noms à la fois, "Projet3FISA", "ProjetVoilier" et "ProjetVide". Ceci crée des problèmes lors du chaînage (linking) après compilation de tous les fichiers, car il ne trouve pas ce qu'il faut.

Peut-être faudra t'il créer un nouveau projet frais puis remettre tous les fichiers dedans manuellement ?
Est-ce que il y que moi qui a ce problème ?
Le problème peut être lié au fait que j'utilise Keil µVision avec Wine sous Linux, mais je ne pense pas que ça soit le cas.

Merci !

Codes de compilation :

Rebuild started: Project: ProjetVoilier
*** Using Compiler 'V6.24', folder: 'C:\users\anon\AppData\Local\Keil_v5\ARM\ARMCLANG\Bin'
Rebuild target 'Simulation'
compiling principal.c...
compiling Accelerometre.c...
compiling Girouette.c...
compiling MyUart.c...
compiling Servo.c...
compiling DriverGPIO.c...
compiling Horloge.c...
compiling MYGPIO.c...
compiling MyTimer.c...
compiling PWM.c...
compiling Timer.c...
compiling I2C.c...
assembling startup_stm32f10x_md.s...
compiling system_stm32f10x.c...
linking...
.\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Init (referred from accelerometre.o).
.\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Clear_NSS (referred from accelerometre.o).
.\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Send (referred from accelerometre.o).
.\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Set_NSS (referred from accelerometre.o).
.\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Read (referred from accelerometre.o).
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 2 information, 0 warning and 5 error messages.
".\Objects\ProjetVide.axf" - 5 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:26

Le projet à 3 noms à la fois, "Projet3FISA", "ProjetVoilier" et "ProjetVide". Ceci crée des problèmes lors du chaînage (linking) après compilation de tous les fichiers, car il ne trouve pas ce qu'il faut. **Peut-être faudra t'il créer un nouveau projet frais puis remettre tous les fichiers dedans manuellement ?** **Est-ce que il y que moi qui a ce problème ?** Le problème peut être lié au fait que j'utilise Keil µVision avec Wine sous Linux, mais je ne pense pas que ça soit le cas. Merci ! Codes de compilation : Rebuild started: Project: ProjetVoilier *** Using Compiler 'V6.24', folder: 'C:\users\anon\AppData\Local\Keil_v5\ARM\ARMCLANG\Bin' Rebuild target 'Simulation' compiling principal.c... compiling Accelerometre.c... compiling Girouette.c... compiling MyUart.c... compiling Servo.c... compiling DriverGPIO.c... compiling Horloge.c... compiling MYGPIO.c... compiling MyTimer.c... compiling PWM.c... compiling Timer.c... compiling I2C.c... assembling startup_stm32f10x_md.s... compiling system_stm32f10x.c... linking... .\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Init (referred from accelerometre.o). .\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Clear_NSS (referred from accelerometre.o). .\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Send (referred from accelerometre.o). .\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Set_NSS (referred from accelerometre.o). .\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Read (referred from accelerometre.o). Not enough information to list image symbols. Not enough information to list load addresses in the image map. Finished: 2 information, 0 warning and 5 error messages. ".\Objects\ProjetVide.axf" - 5 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:26
taban changed title from Le projet à 3 noms à la fois to Le projet a 3 noms à la fois 2025-12-16 00:00:55 +01:00
taban added reference main 2025-12-16 00:01:22 +01:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: johnse/BE_VOILIER#3
No description provided.