This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Processor architecture not supported error

Hi DevZone, 

I created my project on SES in order to download files from a web server. So I decided to include in my project the "download_client" library which contains functions necessary for my project. However, when I want to build this project, I always get the same error coming from the "gcc.h" file: "#error processor architecture not supported".
So I checked the settings of my project and I don't think the problem comes from there since when I build projects with only the basic header files I don't get this error.
Your help is obviously welcome since I'm new to SES and I've never faced this kind of error before.
Ps: I don't know if this is important but I'm using the nRF9160 DK.

Regards,

Parents
  • "gcc.h" file is automatically included to build the project with gnu99 but the error comes when I added some header files like socket.h for example.

    I know it is very hard and at first I tried to use the HTTP Application update sample to do this but this sample only allows me to download .bin files whereas I would like to be able to download all types of files. So I think I have to do it myself...

Reply
  • "gcc.h" file is automatically included to build the project with gnu99 but the error comes when I added some header files like socket.h for example.

    I know it is very hard and at first I tried to use the HTTP Application update sample to do this but this sample only allows me to download .bin files whereas I would like to be able to download all types of files. So I think I have to do it myself...

Children
Related